Skip to main content

SchedulerViewInfoBase.ScrollOffset Property

To be overridden in a derived class to provide the scroll offset of the View’s content.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual int ScrollOffset { get; }

Property Value

Type Description
Int32

A zero (0) value.

See Also