StyleController.AppearanceFocused Property
In This Article
Provides the appearance settings used to paint a target editor when it is focused.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceFocused { get; }
#Property Value
Type | Description |
---|---|
Appearance |
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