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

    Gets the hamburger button bounds.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public Rectangle Bounds { get; }

    Property Value

    Type Description
    Rectangle

    A Rectangle structure that specifies the hamburger button bounds.

    See Also