AppointmentLabelDataStorage.Add(AppointmentLabel) Method
Adds a specific Label to this AppointmentLabelDataStorage collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
label | AppointmentLabel | An AppointmentLabel to be added. |
Returns
Type | Description |
---|---|
Int32 | An Int32 value that specifies the added Label’s index within the AppointmentLabelDataStorage collection. |
See Also