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.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the CalendarAppearance property instead.")]
public AppearanceObject AppearanceCalendar { get; }
Property Value
Type |
---|
AppearanceObject |
See Also