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

AppointmentStatusDataStorage.Add(Brush, String, String) Method

Adds a new Status with specified settings to this AppointmentStatusDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public AppointmentStatus Add(
    Brush brush,
    string displayName,
    string menuCaption
)

Parameters

Name Type Description
brush Brush

A Brush object that specifies the Status appearance. Assigned to the AppointmentStatus.Brush property.

displayName String

A String value that is the primary Status caption. Assigned to the UserInterfaceObject.DisplayName property.

menuCaption String

A String value that is the secondary Status caption. Assigned to the UserInterfaceObject.MenuCaption property.

Returns

Type Description
AppointmentStatus

An AppointmentStatus object added to this AppointmentStatusDataStorage.

See Also