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