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

AlertButton.Bounds Property

Gets or sets the bounds of the button.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

A Rectangle structure specifying the button’s rectangle.

Remarks

Typically there is no need to use this property in your code.

See Also