View Source
Class ListViewConfiguration.Property
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string Header { 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
Template
Declaration
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|