Class SelectItem
Summary description for SelectItem.
Inheritance
System.Object
    SelectItem
  Namespace: EPiServer.XForms.WebControls
Assembly: EPiServer.XForms.dll
Version: 8.11.0Syntax
public class SelectItem : WebControl
  Constructors
SelectItem()
Declaration
public SelectItem()
  Properties
Label
The label for the item.
Declaration
public string Label { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns String.Empty when not set.
Value
The value for the item.
Declaration
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Returns String.Empty when not set.
Methods
AddParsedSubObject(Object)
Declaration
protected override void AddParsedSubObject(object obj)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | obj |