Class PropertySelectorControl
Property control that is used to select one or several properties from the current page.
Inheritance
System.Object
    
    
    PropertySelectorControl
  Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class PropertySelectorControl : PropertySelectMultipleControlBase, IPropertyControl, INamingContainer, IRenderSettingsConstructors
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
  
  
  