AppointmentLabelCollection.Add(Color, String, String) Method
Creates a new label with the specified color and displayed name, and appends it to the collection of appointment labels.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
public int Add(
Color color,
string displayName,
string menuCaption
)
Public Function Add(
color As Color,
displayName As String,
menuCaption As String
) As Integer
Parameters
Name | Type | Description |
---|---|---|
color | Color | A Color object specifying the label's color. |
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. |
Returns
Type | Description |
---|---|
Int32 | An integer value indicating the position of the newly added label in the collection. |
Remarks
This method creates a label with an identifier provided automatically by the AppointmentLabelCollection object.
See Also
Feedback