Back to Devexpress

AppointmentDisplayTextEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-99e25f22.md

latest2.1 KB
Original Source

AppointmentDisplayTextEventArgs Class

Provides data for the SchedulerControl.InitAppointmentDisplayText event.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class AppointmentDisplayTextEventArgs :
    EventArgs
vb
Public Class AppointmentDisplayTextEventArgs
    Inherits EventArgs

AppointmentDisplayTextEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSchedulerControl.InitAppointmentDisplayText
TimeCellsControlBase.InitAppointmentDisplayText
ASP.NET Web Forms ControlsASPxScheduler.InitAppointmentDisplayText

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

AppointmentDisplayTextEventArgs Members

InitAppointmentDisplayText

DevExpress.XtraScheduler Namespace