View Source
Class ContentPropertyDisplay
Represents a content property that is displayed in the UI
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentPropertyDisplay : ContentPropertyBasic
Constructors
View Source
ContentPropertyDisplay()
Declaration
public ContentPropertyDisplay()
Properties
View Source
Config
Declaration
public IDictionary<string, object> Config { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
HideLabel
Declaration
public bool HideLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LabelOnTop
Declaration
public bool LabelOnTop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Readonly
Declaration
public bool Readonly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Validation
Declaration
public PropertyTypeValidation Validation { get; set; }
Property Value
View Source
View
Declaration
public string View { get; set; }
Property Value
Type |
Description |
System.String |
|