Back to Devexpress

AppointmentLabelCollection.CreateNewLabel(Object, String, String) Method

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

latest2.2 KB
Original Source

AppointmentLabelCollection.CreateNewLabel(Object, String, String) Method

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

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
)
vb
Public Function CreateNewLabel(
    id As Object,
    displayName As String,
    menuCaption As String
) 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 label name used for identification in label editors.

| | menuCaption | String |

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

|

Returns

TypeDescription
AppointmentLabel

A newly created AppointmentLabel object.

|

Remarks

This method creates a label with the Color property set to Color.White.

See Also

AppointmentLabelCollection Class

AppointmentLabelCollection Members

DevExpress.XtraScheduler Namespace