SaaS CMS has officially launched! Learn more now.

Class PropertyFrameControl

Creates a user interface with a drop down list containing the defined frames for the web site.

Inheritance
System.Object
PropertyFrameControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
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

true if an empty value should be created; otherwise, false.

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

GetFrameName()

Gets the name of the selected frame.

Declaration
[Obsolete("Use FrameName instead.", false)]
public virtual string GetFrameName()
Returns
Type Description
System.String

The name of the selected frame.

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