Skip to main content
A newer version of this page is available. .

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

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