Skip to main content

TimeCell.ScrollOffset Property

Gets or sets the scroll offset used to paint the time cell.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override int ScrollOffset { get; set; }

Property Value

Type Description
Int32

An integer that is the scroll offset value.

See Also