AppointmentLabel(Color, String, String) Constructor
OBSOLETE
Use CreateNewLabel instead.
Initializes a new instance of the AppointmentLabel class with the specified settings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
[Obsolete("Use CreateNewLabel instead.", false)]
public AppointmentLabel(
Color color,
string displayName,
string menuCaption
)
Parameters
Name | Type | Description |
---|---|---|
color | Color | A Color specifying the color that represents the label. |
displayName | String | A string containing the label name. |
menuCaption | String | A string containing the menu caption for the command used to set the label for an appointment. |
See Also