AppointmentDisplayTextEventArgs(IAppointmentViewInfo, String, String) Constructor
In This Article
Initializes a new instance of the AppointmentDisplayTextEventArgs class with specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public AppointmentDisplayTextEventArgs(
IAppointmentViewInfo viewInfo,
string text,
string description
)
#Parameters
Name | Type | Description |
---|---|---|
view |
IAppointment |
An IAppointment |
text | String | A string, representing the text displayed in the upper (indicative) part of the appointment region |
description | String | A string, representing the text displayed in the main (informative) part of the appointment region |
See Also