windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempopupbase-d934674b.md
Gets appearance settings used to paint the editor’s popup window.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceDropDown { get; }
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearanceDropDown As AppearanceObject
| Type | Description |
|---|---|
| AppearanceObject |
A AppearanceObject object with appearance settings used to paint the editor’s popup window.
|
Use the AppearanceDropDown property to specify the popup window’s font settings, foreground and background colors, etc. The image below shows the customized date editor:
To customize appearance settings of the GridLookUpEdit‘s dropdown, use the grid’s designer. At design time, do the following:
The AppearanceDropDown property is not supported for GridLookUpEdit and SearchLookUpEdit controls. These controls embed the GridControl in the popup window. Use the PopupView.Appearance property to customize appearance settings of the embedded grid control.
Read the following topic for additional information: Application Appearance and Skin Colors.
See Also