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 |
|
Remarks
Use this property to prevent the ribbon from expanding if certain conditions are unmet.