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

EditorStyles.Focused Property

Gets the style settings defining the editors’ appearance in the focused state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual EditorDecorationStyle Focused { get; }

Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object containing style settings.

See Also