Skip to main content

AppointmentStatusCollection.CreateNewStatus(String) Method

Creates a status with the specified display name.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentStatus CreateNewStatus(
    string displayName
)

Parameters

Name Type Description
displayName String

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

Returns

Type Description
AppointmentStatus

A AppointmentStatus object that is the newly created status.

Remarks

The status identifier is provided automatically by the AppointmentStatusCollection object. The status type is the AppointmentStatusType.Custom. The AppointmentStatus.Brush property is set to the SolidBrush object of Color.White. The name of the status used in menus is the same as its display name.

See Also