AppointmentStatusCollection.CreateNewStatus(String) Method
In This Article
Creates a new IAppointmentStatus object.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AppointmentStatus CreateNewStatus(
string displayName
)
#Parameters
Name | Type | Description |
---|---|---|
display |
String | A String value which represents the display name of the appointment status. This value is assigned to the User |
#Returns
Type | Description |
---|---|
Appointment |
A newly created IAppointment |
See Also