Try our conversational search powered by Generative AI!

Class PropertyBooleanControl

A web control that is used to present a user interface for a property deriving from PropertyBoolean.

Inheritance
System.Object
PropertyBooleanControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class PropertyBooleanControl : PropertyDataControl, IPropertyControl, INamingContainer, IRenderSettings

Constructors

PropertyBooleanControl()

Declaration
public PropertyBooleanControl()

Properties

Boolean

Gets or sets the value from the corresponding PropertyData.

Declaration
public virtual bool Boolean { get; set; }
Property Value
Type Description
System.Boolean

true or false depending on the value on the PropertyData object.

EditControl

Gets or sets the control used to edit the property.

Declaration
protected CheckBox EditControl { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.CheckBox

The control used to edit the property.

Methods

ApplyEditChanges()

Applies changes for the posted data to the page's properties.

Declaration
public override void ApplyEditChanges()
Overrides
Remarks

This method is called from ApplyChanges() if the control does not have an adapter.

CreateEditControls()

Creates an edit interface for the property.

Declaration
public override void CreateEditControls()
Overrides

Implements

System.Web.UI.INamingContainer

Extension Methods