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

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.v19.2.dll

Declaration

[Obsolete("Use the CalendarAppearance.DayCellDisabled property instead.")]
[Browsable(false)]
public AppearanceObject AppearanceDisabledCalendarDate { get; }

Property Value

Type
AppearanceObject
See Also