SaaS CMS has officially launched! Learn more now.

Class SelectControl

Base class for Select and Select1.

Inheritance
System.Object
SelectControl
Implements
System.Web.UI.IPostBackDataHandler
System.Web.UI.INamingContainer
Namespace: EPiServer.XForms.WebControls
Assembly: EPiServer.XForms.dll
Version: 8.11.0
Syntax
public abstract class SelectControl : XFormControlBase, IPostBackDataHandler, INamingContainer

Constructors

SelectControl()

Declaration
public SelectControl()

Properties

Choices

Declaration
public SelectItemCollection Choices { get; set; }
Property Value
Type Description
SelectItemCollection

Layout

Declaration
public LayoutType Layout { get; }
Property Value
Type Description
LayoutType

Methods

AddParsedSubObject(Object)

Declaration
protected override void AddParsedSubObject(object obj)
Parameters
Type Name Description
System.Object obj
Overrides

LoadPostData(String, NameValueCollection)

Declaration
public override bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Type Name Description
System.String postDataKey
System.Collections.Specialized.NameValueCollection postCollection
Returns
Type Description
System.Boolean
Overrides

Implements

System.Web.UI.IPostBackDataHandler
System.Web.UI.INamingContainer