Skip to main content

StyleController.AppearanceDropDownHeader Property

Provides the appearance settings used to paint the popup window’s header panel for target DateEdit and LookUpEdit controls.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
AppearanceObject

The appearance settings used to paint the popup window’s header panel for target DateEdit and LookUpEdit controls.

See Also