Skip to main content

CalendarControlBase.AppearanceCalendar Property

OBSOLETE

Use the CalendarAppearance property instead.

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the CalendarAppearance property instead.")]
public AppearanceObject AppearanceCalendar { get; }

Property Value

Type
AppearanceObject
See Also