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

ISchedulerInplaceEditor.Bounds Property

Gets or sets the size and location of the control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

A Rectangle object that specifies the size and location of the control, in pixels.

See Also