Skip to main content
A newer version of this page is available. .
Tab

RadioButtonListProperties Class

Contains settings specific to a radio button list editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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