Back to Devexpress

SingleWeekCellBase Class

windowsforms-devexpress-dot-xtrascheduler-dot-drawing-cfdd37c0.md

latest2.1 KB
Original Source

SingleWeekCellBase Class

Base class for a time cell in the Week and Month views.

Namespace : DevExpress.XtraScheduler.Drawing

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public abstract class SingleWeekCellBase :
    SchedulerViewCellBase
vb
Public MustInherit Class SingleWeekCellBase
    Inherits SchedulerViewCellBase

Remarks

Time cells are displayed using the following descendants of the SingleWeekCellBase class:

ViewClass
Week ViewVerticalSingleWeekCell
Month ViewMonthSingleWeekCell

Inheritance

Object DevExpress.Utils.Drawing.GraphicsInfoArgs DevExpress.Utils.Drawing.ObjectInfoArgs DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo DevExpress.XtraScheduler.Drawing.BorderObjectViewInfo SchedulerViewCellBase SingleWeekCellBase HorizontalSingleWeekCell

VerticalSingleWeekCell

MonthSingleWeekCell

See Also

SingleWeekCellBase Members

DevExpress.XtraScheduler.Drawing Namespace