AppointmentLabelCollection.CreateNewLabel(Object, String) Method
Creates a new AppointmentLabel object.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | Object | The unique user interface object identifier of the appointment label. |
displayName | String | A string containing the label name. |
Returns
Type | Description |
---|---|
AppointmentLabel | A newly cleated AppointmentLabel object. |
See Also