menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpandEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpandEventArgs

    Provides information about the RibbonExpanding event callback.

    Inheritance
    System.Object
    ExpandEventArgs
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ExpandEventArgs : Object
    Remarks

    Use this event to handle logic before the ribbon expands. You can cancel the expand action by setting Cancel to true.

    Constructors

    ExpandEventArgs()

    Declaration
    public ExpandEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the expand action should be canceled.

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

    true if the expand action should be canceled; otherwise, false. The default value is false.

    Remarks

    Use this property to prevent the ribbon from expanding if certain conditions are unmet.

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