Skip to main content
All docs
V26.1
  • RadioGroupField.ButtonStyle Property

    Gets or sets the button style of the radio group field.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public FormFieldButtonStyle ButtonStyle { get; set; }

    Property Value

    Type Description
    FormFieldButtonStyle

    The button style.

    Available values:

    Name Description
    Circle

    Circle button style.

    Check

    Check button style.

    Star

    Star button style.

    Cross

    Cross button style.

    Diamond

    Diamond button style.

    Square

    Square button style.

    See Also