Back to Devexpress

RepositoryItemTokenEdit.AppearanceDropDown Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtokenedit-c145dfe7.md

latest2.5 KB
Original Source

RepositoryItemTokenEdit.AppearanceDropDown Property

Provides access to appearance settings that allow you to customize the drop-down list appearances for this TokenEdit.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceDropDown { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearanceDropDown As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that stores appearance settings which allow you to customize the drop-down list appearances for this TokenEdit.

|

Remarks

The AppearanceDropDown property allows you to customize the drop-down list appearance. The image below illustrates the Token Edit drop-down with the customized forecolor setting.

To enable or disable the Token Editor drop-down list use the RepositoryItemTokenEdit.ShowDropDown property. See the Token Edit Control topic for the details.

See Also

ShowDropDown

Token Edit Control

RepositoryItemTokenEdit Class

RepositoryItemTokenEdit Members

DevExpress.XtraEditors.Repository Namespace