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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
public AppointmentLabel CreateNewLabel(
object id,
string displayName,
string menuCaption,
Color color
)
Parameters
Name | Type | Description |
---|---|---|
id | Object | 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
Type | Description |
---|---|
AppointmentLabel | A newly created AppointmentLabel object. |
See Also