Skip to main content
A newer version of this page is available. .

AppointmentStatusCollection.CreateNewStatus(Object, String, String) Method

Creates a status with the specified identifier, display name and menu caption.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public AppointmentStatus CreateNewStatus(
    object id,
    string displayName,
    string menuCaption
)

Parameters

Name Type Description
id Object

An object that is the unique status identifier.

displayName String

A string that is the name of the status used in editors.

menuCaption String

A string that is the caption of a context menu used to change a status for an appointment.

Returns

Type Description
AppointmentStatus

A AppointmentStatus object that is the newly created status.

Remarks

The AppointmentStatus.Brush property is set to the SolidBrush object of Color.White.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CreateNewStatus(Object, String, String) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also