Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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