AppointmentCollection.Add(Appointment) Method
Appends the specified Appointment object to the current collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| apt | Appointment | An Appointment object to append to the collection. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value indicating the position into which the new element was inserted. |
Remarks
This method adds an Appointment object to the end of the collection.
See Also