Class DataTypeConfigurationFieldDisplay
Represents a datatype configuration field model for editing.
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class DataTypeConfigurationFieldDisplay : DataTypeConfigurationFieldSave
Properties
View SourceConfig
This allows for custom configuration to be injected into the pre-value editor
Declaration
public IDictionary<string, object> Config { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System. |
Description
The description to display for this pre-value field
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
HideLabel
Specifies whether to hide the label for the pre-value
Declaration
public bool HideLabel { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
The name to display for this pre-value field
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
View
The view to render for the field
Declaration
public string View { get; set; }
Property Value
Type | Description |
---|---|
System. |