Skip to main content
Tab

EditorStyles.RadioButtonFocused Property

Gets the style settings that define the appearance of a radio button when it is focused.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual EditorDecorationStyle RadioButtonFocused { get; }

Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object that contains the style settings.

See Also