Search Results for

    Show / Hide Table of Contents
    View Source

    Class Tab<T>

    Represents a tab in the UI

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class Tab<T> : object
    Type Parameters
    Name Description
    T

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Expanded

    The expanded state of the tab

    Declaration
    public bool Expanded { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    IsActive

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Key

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Properties

    Declaration
    public IEnumerable<T> Properties { get; set; }
    Property Value
    Type Description
    IEnumerable<T>
    View Source

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Expanded
      • Id
      • IsActive
      • Key
      • Label
      • Properties
      • Type
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX