Skip to main content
A newer version of this page is available. .
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.v18.2.dll

Declaration

public virtual EditorDecorationStyle RadioButtonFocused { get; }

Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object that contains the style settings.

See Also