Skip to main content
All docs
V25.1
  • CustomDrawHamburgerButtonEventArgs.DefaultDraw() Method

    Draws the default hamburger button.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public void DefaultDraw()

    Remarks

    The DefaultDraw() method call automatically sets the Handled event argument to true.

    See Also