Skip to main content
Tab

RadioButtonListProperties Class

Contains settings specific to a radio button list editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class RadioButtonListProperties :
    CheckListPropertiesBase

The following members return RadioButtonListProperties objects:

Remarks

The RadioButtonListProperties class contains settings specific to the ASPxRadioButtonList editor type.

In addition to the common list editor settings inherited from its ancestor, the RadioButtonListProperties class implements type specific properties which allow defining radio button style settings (RadioButtonListProperties.RadioButtonFocusedStyle and RadioButtonListProperties.RadioButtonStyle).

See Also