View Source
Class Tab<T>
Represents a tab in the UI
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class Tab<T> : object
Type Parameters
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
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 |
|