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.