Skip to main content

ExtendedCell(Appointment, String, TimeInterval) Constructor

Initializes new instance of the ExtendedCell class with the specified settings.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public ExtendedCell(
    Appointment apt,
    string text,
    TimeInterval interval
)

Parameters

Name Type Description
apt Appointment

An Appointment whose information is used for the ExtendedCell instance.

text String

A string that is the text displayed in the extended cell.

interval TimeInterval

A TimeInterval object that specifies the time interval of the time cell in which the extended cell is displayed.

See Also