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

    Gets or sets whether the event is handled.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public virtual bool Handled { get; set; }

    Property Value

    Type Description
    Boolean

    true if the event is handled; otherwise, false.

    Remarks

    If the event is handled, the default paint procedure is suppressed.

    See Also