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

StyleController.AppearanceDropDown Property

Provides the appearance settings used to paint the popups of target dropdown editors.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

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

Property Value

Type Description
AppearanceObject

The appearance settings used to paint the popups of target dropdown editors.

Remarks

A dropdown editor linked to a StyleController can override the StyleController.AppearanceDropDown setting with its own RepositoryItemPopupBase.AppearanceDropDown property (accessible from the Editor.Properties object).

See Also