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

EditorStyles.EnableFocusedStyle Property

Gets or sets a value indicating whether an editor in a focused state is dispalyed by using the specified style settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public bool EnableFocusedStyle { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the style settings are enabled; otherwise, false.

See Also