Back to Devexpress

SchedulerControl.ViewRectangle Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-3203484c.md

latest1.8 KB
Original Source

SchedulerControl.ViewRectangle Property

OBSOLETE

Please, use ViewBounds property instead.

Gets the bounds of the scheduler control’s client region.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Please, use ViewBounds property instead.", false)]
public Rectangle ViewRectangle { get; }
vb
<Obsolete("Please, use ViewBounds property instead.", False)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property ViewRectangle As Rectangle

Property Value

TypeDescription
Rectangle

A Rectangle object which represents the bounding rectangle of the scheduler control’s client region.

|

Remarks

The ViewRectangle property is now obsolete. Please use the SchedulerControl.ViewBounds property instead.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace