A newer version of this page is available.
Switch to the current version.
IAppointmentLabelStorage.CreateNewLabel(String) Method
Creates a new label with the specified name.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
IAppointmentLabel CreateNewLabel(
string displayName
)
Function CreateNewLabel(
displayName As String
) As IAppointmentLabel
Parameters
Name | Type | Description |
---|---|---|
displayName | String | A string that is the name of a label to use in appointment label editors. |
Returns
Type | Description |
---|---|
IAppointmentLabel | An IAppointmentLabel object that is a new label. |
See Also
Feedback