AppointmentStatusDataStorage.Add(Color, String, String) Method
In This Article
Adds a new Status with specified settings to this AppointmentStatusDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public AppointmentStatus Add(
Color color,
string displayName,
string menuCaption
)
#Parameters
Name | Type | Description |
---|---|---|
color | Color | A Color value that specifies the Status appearance. Assigned to the Appointment |
display |
String | A String value that is the primary Status caption. Assigned to the User |
menu |
String | A String value that is the secondary Status caption. Assigned to the User |
#Returns
Type | Description |
---|---|
Appointment |
An Appointment |
See Also