RadioButtonProperties Class
In This Article
Contains settings specific to a radio button editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class RadioButtonProperties :
CheckBoxProperties
#Related API Members
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.
#Inheritance
See Also