SaaS CMS has officially launched! Learn more now.

Class PropertySelectorControl

Property control that is used to select one or several properties from the current page.

Inheritance
System.Object
PropertySelectorControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class PropertySelectorControl : PropertySelectMultipleControlBase, IPropertyControl, INamingContainer, IRenderSettings

Constructors

PropertySelectorControl()

Declaration
public PropertySelectorControl()

Properties

PropertySelector

Gets the property cast as a PropertySelector.

Declaration
public PropertySelector PropertySelector { get; }
Property Value
Type Description
PropertySelector

The property cast as a PropertySelector.

Methods

SetupEditControls()

Creates a System.Web.UI.WebControls.CheckBoxList with all properties for the current page.

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