Skip to main content
A newer version of this page is available. .

AppointmentDisplayTextEventArgs(IAppointmentViewInfo, String, String) Constructor

Initializes a new instance of the AppointmentDisplayTextEventArgs class with specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

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