Class SearchingEventArgs
Provides information about the Searching event.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class SearchingEventArgs : SearchedEventArgs
Constructors
SearchingEventArgs()
Declaration
public SearchingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the search action in the grid.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is |