Back to Devexpress

RepositoryItem.AllowFocusedAppearance Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-f93e0b42.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool AllowFocusedAppearance { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property AllowFocusedAppearance As Boolean

Property Value

TypeDescription
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

AppearanceFocused

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace