AppointmentLabelDataStorage.Add(String, String) Method
Adds a new Label with specific settings to this AppointmentLabelDataStorage collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| displayName | String | A String value that is the primary Label name (see the LabelMappingInfo.DisplayName property). |
| menuCaption | String | A String value that is the secondary Label name (see the LabelMappingInfo.MenuCaption property). |
Returns
| Type | Description |
|---|---|
| AppointmentLabel | An AppointmentLabel object added to this AppointmentLabelDataStorage. |
See Also