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 |
---|---|
Appearance |
An Appearance |
#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.