Skip to main content

TabHeaderCustomDrawEventArgs.Bounds Property

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

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A rectangle that specifies the bounds of the tab header.

See Also