AppointmentStatusCollection.CreateNewStatus(String, String) Method
Creates a new IAppointmentStatus object.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
public AppointmentStatus CreateNewStatus(
string displayName,
string menuCaption
)
Public Function CreateNewStatus(
displayName As String,
menuCaption As String
) As AppointmentStatus
Parameters
Name | Type | Description |
---|---|---|
displayName | String | A String value which represents the display name of the appointment status. This value is assigned to the UserInterfaceObject.DisplayName property. |
menuCaption | String | A String value which represents the menu caption of the appointment status. This value is assigned to the UserInterfaceObject.MenuCaption property. |
Returns
Type | Description |
---|---|
AppointmentStatus | A newly created IAppointmentStatus object. |
See Also
Feedback