IAppointmentLabelStorage.CreateNewLabel(String) Method
In This Article
Creates a new label with the specified name.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
IAppointmentLabel CreateNewLabel(
string displayName
)
#Parameters
Name | Type | Description |
---|---|---|
display |
String | A string that is the name of a label to use in appointment label editors. |
#Returns
Type | Description |
---|---|
IAppointment |
An IAppointment |
See Also