AppointmentStatusCollection.CreateNewStatus(Object, String) Method
Creates a status with the specified identifier and display name.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | Object | An object that is the status unique identifier. |
displayName | String | A string that is the name of the status used in editors. |
Returns
Type | Description |
---|---|
AppointmentStatus | A AppointmentStatus object that is the newly created status. |
Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.
The AppointmentStatus.Type property is set to the AppointmentStatusType.Custom value. The name of the status used in menus is the same as its display name.