Skip to main content

MoreButton.Bounds Property

Gets or sets the size and location of the visual element.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override 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