AppointmentStatusCollection.Add(Color, String) Method
Adds a new appointment status item with the specified settings to the collection.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
color | Color | A Color value that specifies the color of the appointment status. This value is assigned to the AppointmentStatus.Color property. |
displayName | String | A string that is the name of the status used in editors. |
Returns
Type | Description |
---|---|
Int32 | An integer value indicating the position at which the new element was inserted. |
See Also