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

RepositoryItem.AppearanceFocused Property

Gets the appearance settings used to paint the current editor when it’s focused.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceFocused { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object which provides the appearance setting used to paint the editor when it’s focused.

Remarks

The editor’s appearance settings are controlled by the RepositoryItem.Appearance property. Use the AppearanceFocused property to specify the appearance of the current editor when it’s focused.

To specify the appearance of the editor when it’s disabled, use the RepositoryItem.AppearanceDisabled property.

For more information on appearances, see the Appearance Settings document.

See Also