Specialization of PropertyBoolean that has an edit-GUI that only allows a boolean value to be changed from True to False. If the value is False, the input field is disabled.

Namespace:  EPiServer.SpecializedProperties
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
[SerializableAttribute]
public class PropertyBooleanReset : PropertyBoolean

Inheritance Hierarchy

System..::.Object
  EPiServer.Core..::.PropertyData
    EPiServer.Core..::.PropertyBoolean
      EPiServer.SpecializedProperties..::.PropertyBooleanReset

See Also