SchedulerStorageBase.AppointmentCacheEnabled Property
OBSOLETE
This cache isn't used any longer
This member supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[Obsolete("This cache isn't used any longer")]
[Browsable(false)]
public bool AppointmentCacheEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean | A Boolean value. |
See Also