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

MoreButton.Bounds Property

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

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