Back to Devexpress

AppointmentLabelCollection.CreateNewLabel(Object, String, String, Color) Method

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentlabelcollection-dot-createnewlabel-x28-system-dot-object-system-dot-string-system-dot-string-system-dot-drawing-dot-color-x29.md

latest2.4 KB
Original Source

AppointmentLabelCollection.CreateNewLabel(Object, String, String, Color) Method

Creates a new label with the specified identifier, display name, menu caption and color.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public AppointmentLabel CreateNewLabel(
    object id,
    string displayName,
    string menuCaption,
    Color color
)
vb
Public Function CreateNewLabel(
    id As Object,
    displayName As String,
    menuCaption As String,
    color As Color
) As AppointmentLabel

Parameters

NameTypeDescription
idObject

An object that is the unique label identifier assigned to the UserInterfaceObject.Id property.

| | displayName | String |

A string that is the name of the label displayed in label editors.

| | menuCaption | String |

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

| | color | Color |

A Color object that is the label’s color.

|

Returns

TypeDescription
AppointmentLabel

A newly created AppointmentLabel object.

|

See Also

AppointmentLabelCollection Class

AppointmentLabelCollection Members

DevExpress.XtraScheduler Namespace