Skip to main content

ISchedulerInplaceEditor.Bounds Property

Gets or sets the size and location of the control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.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