windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-e4833d88.md
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.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'SchedulerControl.Bounds' or 'SchedulerViewInfoBase.Bounds' property instead", false)]
public Rectangle Bounds { get; set; }
<Browsable(False)>
<Obsolete("You should use the 'SchedulerControl.Bounds' or 'SchedulerViewInfoBase.Bounds' property instead", False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Bounds As Rectangle
| Type | Description |
|---|---|
| Rectangle |
A Rectangle structure that specifies the View’s boundaries.
|
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