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

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

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceDropDown { get; }

#Property Value

Type Description
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.

Token Edit - Appearance Drop Down

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