Class DetailsCollapsingEventArgs<T>
Provides information about an DetailsCollapsing event.
Inheritance
System.Object
DetailsCollapsingEventArgs<T>
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class DetailsCollapsingEventArgs<T> : DetailsCollapsedEventArgs<T>
Type Parameters
Name | Description |
---|---|
T | TValue of grid component. |
Constructors
DetailsCollapsingEventArgs()
Declaration
public DetailsCollapsingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the collapsing action.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is |