Skip to main content
All docs
V26.1
  • RadioGroupField Properties

    A radio group field is a form field that contains a set of options, only one of which can be selected.
    Name Description
    Actions Gets or sets actions associated with the form field. Inherited from FormField.
    AlternateName Gets or sets an alternate name of the form field. Inherited from FormField.
    ButtonStyle Gets or sets the button style of the radio group field.
    Name Gets or sets the name of the form field. Inherited from FormField.
    ReadOnly Gets or sets a value that indicates whether the form field is read-only. Inherited from FormField.
    Required Gets or sets a value that indicates whether the form field is required. Inherited from FormField.
    ShouldGeneratePressedAppearance Specifies whether to generate a down appearance that appears in a checkbox when the mouse button is pressed within the checkbox area.
    Value Gets or sets the selected value of the radio group field as a string.
    See Also