Skip to main content
All docs
V25.1
  • TabHeaderCustomDrawEventArgs.Bounds Property

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

    Namespace: DevExpress.XtraTab

    Assembly: DevExpress.XtraEditors.v25.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 tab header.

    See Also