View Source
Class TrueFalseConfiguration
Represents the configuration for the boolean value editor.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class TrueFalseConfiguration
Properties
View Source
Default
Declaration
public bool Default { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
LabelOff
Declaration
public string LabelOff { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LabelOn
Declaration
public string LabelOn { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|