CalendarControlBase.AppearanceDisabledCalendarDate Property
OBSOLETE
Use the CalendarAppearance.DayCellDisabled property instead.
This property is obsolete. Use the CalendarControlBase.CalendarAppearance property instead.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the CalendarAppearance.DayCellDisabled property instead.")]
public AppearanceObject AppearanceDisabledCalendarDate { get; }
Property Value
Type |
---|
AppearanceObject |
See Also