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

HeaderButtonCustomDrawEventArgs.Bounds Property

Gets the rectangle that specifies the bounds of the header button.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A rectangle that specifies the bounds of the header button.

See Also