AlertButton.Bounds Property
Gets or sets the bounds of the button.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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