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.v24.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. |
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