Back to Devexpress

StyleController.AppearanceFocused Property

windowsforms-devexpress-dot-xtraeditors-dot-stylecontroller-9e01928c.md

latest1.7 KB
Original Source

StyleController.AppearanceFocused Property

Provides the appearance settings used to paint a target editor when it is focused.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceFocused { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearanceFocused As AppearanceObject

Property Value

TypeDescription
AppearanceObject

The appearance settings used to paint a target editor when it is focused.

|

Remarks

An editor bound to a StyleController can override the StyleController.AppearanceFocused setting with its own RepositoryItem.AppearanceFocused property (accessible from the Editor.Properties object).

See Also

Appearance

AppearanceDisabled

StyleController Class

StyleController Members

DevExpress.XtraEditors Namespace