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

RepositoryItem.AllowFocusedAppearance Property

Gets a value which indicates whether the appearance settings used to paint the editor when it’s focused can be used.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public virtual bool AllowFocusedAppearance { get; }

Property Value

Type Description
Boolean

true if the appearance settings used to paint the editor when it’s focused can be used; otherwise, false.

Remarks

As implemented in the RepositoryItem class the AllowFocusedAppearance property always returns true. The appearance settings used to paint the focused editor are provided by the RepositoryItem.AppearanceFocused property.

See Also