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

CalendarControlBase.AppearanceHeader Property

OBSOLETE

Use the CalendarAppearance.CalendarHeader and CalendarAppearance.Header property instead.

This property is obsolete. Use the CalendarControlBase.CalendarAppearance property instead.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Obsolete("Use the CalendarAppearance.CalendarHeader and CalendarAppearance.Header property instead.")]
[Browsable(false)]
public AppearanceObject AppearanceHeader { get; }

Property Value

Type
AppearanceObject
See Also