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

SchedulerViewBase.Bounds Property

OBSOLETE

You should use the 'SchedulerControl.Bounds' or 'SchedulerViewInfoBase.Bounds' property instead

Gets or sets the bounds of the current View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("You should use the 'SchedulerControl.Bounds' or 'SchedulerViewInfoBase.Bounds' property instead", false)]
public Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

A Rectangle structure that specifies the View’s boundaries.

Remarks

This property returns a Rectangle which represents the boundaries of the View relative to the top left corner of the scheduler control which the View belongs to. This control can be obtained by the SchedulerViewBase.Control property.

See Also