A newer version of this page is available.
Switch to the current version.
SchedulerViewBase.Bounds Property
Obsolete. Gets or sets the bounds of the current View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
[Browsable(false)]
[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)>
Public Property Bounds As Rectangle
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
Feedback