Class SearchedEventArgs
Provides information about the Searched event.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class SearchedEventArgs : GridEventBaseArgs
Constructors
SearchedEventArgs()
Declaration
public SearchedEventArgs()
Properties
SearchText
Gets or sets the value to search.
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the value to search. Default value is an empty string. |