A newer version of this page is available.
Switch to the current version.
RadioButtonProperties.RadioButtonStyle Property
Gets the settings defining the appearance of a radio button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public EditorDecorationStyle RadioButtonStyle { get; }
Public ReadOnly Property RadioButtonStyle As EditorDecorationStyle
Property Value
Type | Description |
---|---|
EditorDecorationStyle | A EditorDecorationStyle object that contains style settings. |
Remarks
NOTE
The RadioButtonStyle property synchronizes its value with the editor's ASPxRadioButton.RadioButtonStyle property.
See Also
Feedback