AppointmentStatusCollection.CreateNewStatus(Object, String) Method
Creates a new IAppointmentStatus object.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | Object | The unique user interface object identifier of the appointment status. |
| displayName | String | A String value which represents the display name of the appointment status. This value is assigned to the UserInterfaceObject.DisplayName property. |
Returns
| Type | Description |
|---|---|
| IAppointmentStatus | A newly created IAppointmentStatus object. |
See Also