Property representing a Boolean value.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[SerializableAttribute] public class PropertyBoolean : PropertyData |
Remarks
This class will render a check box when put in Edit mode using the EPiServer.Web.WebControls.Property Web control.
A boolean value of false will always be handled as a null value so there is a difference between a value that hasn't been set and a value that has been set to false. Default value is false(null).
Inheritance Hierarchy
System..::.Object
EPiServer.Core..::.PropertyData
EPiServer.Core..::.PropertyBoolean
EPiServer.SpecializedProperties..::.PropertyBooleanReset
EPiServer.Core..::.PropertyData
EPiServer.Core..::.PropertyBoolean
EPiServer.SpecializedProperties..::.PropertyBooleanReset