SaaS CMS has officially launched! Learn more now.

Class Select1tAsDropdownListFragment

Represents a xforms:select1 element which is a list of options where only 1 option can be selected (especific for dropdownlists)

Inheritance
System.Object
Select1tAsDropdownListFragment
Namespace: EPiServer.XForms.Parsing
Assembly: EPiServer.XForms.dll
Version: 8.11.0
Syntax
public class Select1tAsDropdownListFragment : Select1Fragment
Examples

xforms:select1 xforms:item xforms:label xforms:value

Constructors

Select1tAsDropdownListFragment(ElementFragment)

Declaration
public Select1tAsDropdownListFragment(ElementFragment fragment)
Parameters
Type Name Description
ElementFragment fragment