Try our conversational search powered by Generative AI!

Class PropertyBooleanResetControl

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

Inheritance
System.Object
PropertyBooleanResetControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
[Obsolete("This class has been obsoleted and will be removed in a future release.", false)]
public class PropertyBooleanResetControl : PropertyBooleanControl, IPropertyControl, INamingContainer, IRenderSettings

Constructors

PropertyBooleanResetControl()

Declaration
public PropertyBooleanResetControl()

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.

SetupEditControls()

Used to apply a custom setup to the edit controls.

Declaration
protected override void SetupEditControls()
Overrides
Remarks

This method is called from CreateEditControls after the edit control(s) have been created.

Implements

System.Web.UI.INamingContainer

Extension Methods