London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
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

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