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

RadioButtonProperties.RadioButtonFocusedStyle Property

Gets the style settings which define a radio button appearance in the focused state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public EditorDecorationStyle RadioButtonFocusedStyle { get; }

Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object that contains the style settings.

Remarks

The RadioButtonFocusedStyle property is in effect if the editor’s CheckBoxProperties.EnableFocusedStyle property is set to true.

Note

The RadioButtonFocusedStyle property synchronizes its value with the editor’s ASPxRadioButton.RadioButtonFocusedStyle property.

See Also