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

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.v18.2.dll

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.

Remarks

DateEdit and LookUpEdit controls linked to the StyleController can override the StyleController.AppearanceDropDownHeader setting with their own AppearanceDropDownHeader property (RepositoryItemDateEdit.AppearanceDropDownHeader and RepositoryItemLookUpEdit.AppearanceDropDownHeader).

See Also