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

TimeCell.ScrollBounds Property

Gets the original bounds calculated for painting the time cell corrected by the scroll offset.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[Browsable(false)]
public override Rectangle ScrollBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure which determines the bounds to paint the time cell.

See Also