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

AppointmentDataStorage.Items Property

Gets the collection of appointments within the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public AppointmentCollection Items { get; }

Property Value

Type Description
AppointmentCollection

An AppointmentCollection object that contains a collection of appointments.

Remarks

Use this property to access the collection of appointments within the appointments storage. You can add, remove and access individual items using the properties and methods of the AppointmentCollection object obtained.

Items contained within the collection can be accessed via the AppointmentBaseCollection.Item property using index notation.

See Also