Skip to main content

AppointmentDisplayTextEventArgs Class

Provides data for the SchedulerControl.InitAppointmentDisplayText event.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public class AppointmentDisplayTextEventArgs :
    EventArgs

Remarks

An instance of the AppointmentDisplayTextEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object
EventArgs
AppointmentDisplayTextEventArgs
See Also