Back to Devexpress

EditProperties.EnableFocusedStyle Property

aspnet-devexpress-dot-web-dot-editproperties-b7c4e0e3.md

latest1.6 KB
Original Source

EditProperties.EnableFocusedStyle Property

Gets or sets a value that specifies whether an editor in a focused state is displayed with predefined style settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public virtual bool EnableFocusedStyle { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property EnableFocusedStyle As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if an editor has a predefined style for the focused state; otherwise, false.

|

Remarks

By default, with the EnableFocusedStyle property enabled, an editor in a focused state is displayed by using style settings specified by the EditProperties.FocusedStyle property.

Note

The EnableFocusedStyle property synchronizes its value with the editor’s ASPxEdit.EnableFocusedStyle property.

See Also

FocusedStyle

EditProperties Class

EditProperties Members

DevExpress.Web Namespace