Back to Devexpress

SchedulerViewCellBase Class

windowsforms-devexpress-dot-xtrascheduler-dot-drawing-67541eb9.md

latest2.1 KB
Original Source

SchedulerViewCellBase Class

Exposes the basic functionality for the scheduler cells when they are drawn.

Namespace : DevExpress.XtraScheduler.Drawing

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public abstract class SchedulerViewCellBase :
    BorderObjectViewInfo,
    ITimeCell,
    ISchedulerObjectAnchor,
    IDisposable
vb
Public MustInherit Class SchedulerViewCellBase
    Inherits BorderObjectViewInfo
    Implements ITimeCell,
               ISchedulerObjectAnchor,
               IDisposable

Inheritance

Show 14 items

Object DevExpress.Utils.Drawing.GraphicsInfoArgs DevExpress.Utils.Drawing.ObjectInfoArgs DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo DevExpress.XtraScheduler.Drawing.BorderObjectViewInfo SchedulerViewCellBase AllDayAreaCell

SingleWeekCellBase

TimeCell

ExtendedCell

HorizontalSingleWeekCell

MonthSingleWeekCell

SelectionBarCell

VerticalSingleWeekCell

See Also

SchedulerViewCellBase Members

DevExpress.XtraScheduler.Drawing Namespace