Back to Devexpress

RepositoryItemTokenEdit.UseReadOnlyAppearance Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtokenedit-449f897f.md

latest2.0 KB
Original Source

RepositoryItemTokenEdit.UseReadOnlyAppearance Property

Gets or sets whether this Token Edit Control should be painted using the read-only appearance settings.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool UseReadOnlyAppearance { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Property UseReadOnlyAppearance As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if this Token Edit Control should be painted using the read-only appearance settings; otherwise, false.

|

Remarks

Use the RepositoryItem.AppearanceReadOnly property to access read-only appearance settings for the Token Edit.

See Also

AppearanceReadOnly

RepositoryItemTokenEdit Class

RepositoryItemTokenEdit Members

DevExpress.XtraEditors.Repository Namespace