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

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.v18.2.dll

Declaration

public virtual int ScrollOffset { get; }

Property Value

Type Description
Int32

A zero (0) value.

See Also