AppointmentLabel(Color, String, String) Constructor
Obsolete. Initializes a new instance of the AppointmentLabel class with the specified settings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
[Obsolete("Use CreateNewLabel instead.", false)]
public AppointmentLabel(
Color color,
string displayName,
string menuCaption
)
<Obsolete("Use CreateNewLabel instead.", False)>
Public Sub New(
color As Color,
displayName As String,
menuCaption As String
)
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
Feedback