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