London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
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

Extension Methods