Class ListViewConfiguration.Property
Represents a property column configuration in the list view.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class ListViewConfiguration.Property
Constructors
View SourceProperty()
Declaration
public Property()
Properties
View SourceAlias
Gets or sets the alias of the property.
Declaration
public string? Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsSystem
Gets or sets a value indicating whether this is a system property.
Declaration
public bool IsSystem { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |