AppointmentDisplayTextEventArgs(IAppointmentViewInfo, String, String) Constructor
Initializes a new instance of the AppointmentDisplayTextEventArgs class with specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
public AppointmentDisplayTextEventArgs(
IAppointmentViewInfo viewInfo,
string text,
string description
)
Parameters
Name | Type | Description |
---|---|---|
viewInfo | IAppointmentViewInfo | An IAppointmentViewInfo interface defining view information for the appointment. |
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