AppointmentLabel(Color, String, String) Constructor
Obsolete. Initializes new instance of the AppointmentLabel class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[Obsolete("Use AppointmentLabelCollection.CreateNewLabel instead.", false)]
public AppointmentLabel(
Color color,
string displayName,
string menuCaption
)
<Obsolete("Use AppointmentLabelCollection.CreateNewLabel instead.", False)>
Public Sub New(
color As Color,
displayName As String,
menuCaption As String
)
Parameters
Name | Type |
---|---|
color | Color |
displayName | String |
menuCaption | String |
Remarks
Use the AppointmentLabelCollection.CreateNewLabel method instead.
See Also
Feedback