Skip to main content
Tab

EditorStyles.Focused Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual EditorDecorationStyle Focused { get; }

#Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object containing style settings.

See Also