Class SelectControl
Base class for Select and Select1.
Implements
System.Web.UI.IPostBackDataHandler
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.XForms.WebControls
Assembly: EPiServer.XForms.dll
Version: 9.12.2Syntax
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