Back to Devexpress

SchedulerControl.ViewBounds Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-c5880431.md

latest1.4 KB
Original Source

SchedulerControl.ViewBounds Property

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)]
public Rectangle ViewBounds { get; }
vb
<Browsable(False)>
Public ReadOnly Property ViewBounds As Rectangle

Property Value

TypeDescription
Rectangle

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

|

Remarks

The client region of the scheduler control is the area occupied by the control excluding its borders.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace