ASPxRadioButtonList.RadioButtonStyle Property
Gets the settings defining the appearance of a radio button within a radio button list.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
EditorDecorationStyle | A EditorDecorationStyle object that contains style settings. |
Remarks
This property is a wrapper of the RadioButtonListProperties.RadioButtonStyle property.
See Also