Back to Devexpress

RadioButtonListProperties Class

aspnet-devexpress-dot-web-8b941d06.md

latest2.5 KB
Original Source

RadioButtonListProperties Class

Contains settings specific to a radio button list editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RadioButtonListProperties :
    CheckListPropertiesBase
vb
Public Class RadioButtonListProperties
    Inherits 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).

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase EditPropertiesBase EditProperties ListEditProperties CheckListPropertiesBase RadioButtonListProperties BootstrapRadioButtonListProperties

MVCxRadioButtonListProperties

See Also

RadioButtonListProperties Members

Radio Button List

DevExpress.Web Namespace