View Source
Class ListViewConfiguration.Layout
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
Properties
View Source
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IsSystem
Declaration
public int IsSystem { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Selected
Declaration
public bool Selected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|