alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class OverflowPopupEventArgs

    Provides information about OverflowPopupOpening and OverflowPopupClosing event callback.

    Inheritance
    object
    OverflowPopupEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class OverflowPopupEventArgs
    Remarks

    This event occurs before the overflow popup opens/closes in the SfRibbon component. Applicable for both group overflow and overall overflow popups.

    Constructors

    OverflowPopupEventArgs()

    Declaration
    public OverflowPopupEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the overflow popup open or close action.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true to cancel the overflow popup action; otherwise, false. The default value is false.

    Remarks

    Use this property to prevent the overflow popup from opening or closing in response to a user action. Setting this to true in an event handler will stop the default behavior of the popup. This allows for custom logic to determine when the popup should or should not be displayed.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved