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

    Gets the hamburger button state: normal, hot tracked, pressed, disabled, or selected.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public ObjectState State { get; }

    Property Value

    Type Description
    DevExpress.Utils.Drawing.ObjectState

    A value that specifies the hamburger button state: normal, hot tracked, pressed, disabled, or selected.

    See Also