Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SelectItem

Summary description for SelectItem.

Inheritance
System.Object
SelectItem
Namespace: EPiServer.XForms.WebControls
Assembly: EPiServer.XForms.dll
Version: 7.19.2
Syntax
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

Extension Methods