Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Rectangle ScrollBounds { get; }

Property Value

Type Description
Rectangle

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

See Also