Class PropertyFrameControl
Creates a user interface with a drop down list containing the defined frames for the web site.
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class PropertyFrameControl : PropertySelectControlBase, IPropertyControl, INamingContainer, IRenderSettings
Constructors
PropertyFrameControl()
Declaration
public PropertyFrameControl()
Properties
AutoGenerateEmptyValue
Gets or sets a value indicating whether an empty value should be created for the DropDownList.
Declaration
protected override bool AutoGenerateEmptyValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Overrides
FrameName
Gets the name of the selected frame.
Declaration
public string FrameName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the selected frame. |
Number
Gets or sets the integer value of the selected frame.
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The integer value of the selected frame. |
PropertyFrame
Gets the PropertyFrame.
Declaration
public PropertyFrame PropertyFrame { get; }
Property Value
Type | Description |
---|---|
PropertyFrame | The PropertyFrame. |
Methods
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