Skip to main content
A newer version of this page is available. .
Tab

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; }

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