AppointmentStatusCollection.Add(AppointmentStatusType, String, String, Brush) Method
Creates a status with the specified settings and adds it to the collection.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
public int Add(
AppointmentStatusType type,
string displayName,
string menuCaption,
Brush brush
)
#Parameters
Name | Type | Description |
---|---|---|
type | Appointment |
An Appointment |
display |
String | A string that is the name of the status used in editors. |
menu |
String | A string that is the name of the status used in menus. |
brush | Brush | A Brush descendant used to draw a rectangle which indicates a status. |
#Returns
Type | Description |
---|---|
Int32 | An integer that is the position of status in the collection. |
#Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.