Back to Devexpress

ExtendedCell Class

windowsforms-devexpress-dot-xtrascheduler-dot-drawing-8e722d4a.md

latest1.6 KB
Original Source

ExtendedCell Class

Repesents a cell shown at the bottom of the DayView report, intended to display appointments which do not fit the visible area.

Namespace : DevExpress.XtraScheduler.Drawing

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class ExtendedCell :
    TimeCell
vb
Public Class ExtendedCell
    Inherits TimeCell

Remarks

Use the DayViewTimeCells.ExtraCells property to set options specific to this type of cell.

Inheritance

Object DevExpress.Utils.Drawing.GraphicsInfoArgs DevExpress.Utils.Drawing.ObjectInfoArgs DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo DevExpress.XtraScheduler.Drawing.BorderObjectViewInfo SchedulerViewCellBase TimeCell ExtendedCell

See Also

ExtendedCell Members

ExtraCells

DevExpress.XtraScheduler.Drawing Namespace