Namespace:DevExpress.Web.ASPxScheduler
Assembly:DevExpress.Web.ASPxScheduler.v17.2.dll

Syntax
C# |
public AppointmentStatus CreateNewStatus(
string displayName,
string menuCaption
)
|
VB |
Public Function CreateNewStatus(
ByVal displayName As String,
ByVal menuCaption As String
) As AppointmentStatus
|
Return value
Type:
AppointmentStatus
A newly created DevExpress.XtraScheduler.IAppointmentStatus object.

See Also