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

FreeTimeCalculator.Storage Property

Gets the storage, containing the appointments for which calculations are performed.

Namespace: DevExpress.XtraScheduler.Tools

Assembly: DevExpress.XtraScheduler.v20.1.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public ISchedulerStorageBase Storage { get; }

Property Value

Type Description
ISchedulerStorageBase

A ISchedulerStorageBase object, which holds the appointments.

See Also