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

SchedulerViewCellBase Class

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

public abstract class SchedulerViewCellBase :
    BorderObjectViewInfo,
    ITimeCell,
    ISchedulerObjectAnchor,
    IDisposable

The following code snippets (auto-collected from DevExpress Examples) contain references to the SchedulerViewCellBase class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Show 14 items
Object
DevExpress.Utils.Drawing.GraphicsInfoArgs
DevExpress.Utils.Drawing.ObjectInfoArgs
DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo
See Also