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

SchedulerViewInfoBase.Bounds Property

Gets the bounds contained in the view information.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

A Rectangle value.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also