Back to Devexpress

StyleController.AppearanceDropDown Property

windowsforms-devexpress-dot-xtraeditors-dot-stylecontroller-c9b7722c.md

latest1.7 KB
Original Source

StyleController.AppearanceDropDown Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual AppearanceObject AppearanceDropDown { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearanceDropDown As AppearanceObject

Property Value

TypeDescription
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

AppearanceDropDown

StyleController Class

StyleController Members

DevExpress.XtraEditors Namespace