SaaS CMS has officially launched! Learn more now.

Class Select1AsRadiobuttonFragment

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

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

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

Constructors

Select1AsRadiobuttonFragment(ElementFragment)

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