Class TabDto
Inheritance
System.Object
TabDto
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class TabDto : object
Constructors
|
Improve this Doc
View Source
TabDto()
Initializes a new instance of the TabDto class.
Declaration
Properties
|
Improve this Doc
View Source
CheckedState
Declaration
public NodeCheckedState CheckedState { get; set; }
Property Value
|
Improve this Doc
View Source
ChildTabs
Declaration
public IList<TabDto> ChildTabs { get; set; }
Property Value
Type |
Description |
IList<TabDto> |
|
|
Improve this Doc
View Source
HasChildren
Declaration
public bool HasChildren { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ImageUrl
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ParentTabId
Declaration
public int ParentTabId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Selectable
Declaration
public bool Selectable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TabId
Declaration
public string TabId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Tooltip { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods