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

SingleWeekCellBase.ScrollContentBounds Property

Gets the SingleWeekCellBase.ContentBounds corrected by the scroll offset.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public override Rectangle ScrollContentBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure that determines the bounds used to paint the view.

See Also