Back to Devexpress

RadioButtonProperties Class

aspnet-devexpress-dot-web-325831c7.md

latest2.0 KB
Original Source

RadioButtonProperties Class

Contains settings specific to a radio button editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RadioButtonProperties :
    CheckBoxProperties
vb
Public Class RadioButtonProperties
    Inherits CheckBoxProperties

The following members return RadioButtonProperties objects:

Remarks

The RadioButtonProperties class contains settings specific to the ASPxRadioButton editor type. This class inherits the main settings from its ancestor and overrides some of them to define the radio button’s specific appearance and behavior.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase EditPropertiesBase EditProperties CheckBoxProperties RadioButtonProperties BootstrapRadioButtonProperties

MVCxRadioButtonProperties

See Also

RadioButtonProperties Members

Radio Button

DevExpress.Web Namespace