Class CheckboxFilterSearchingEventArgs
Provides information about the CheckboxFilterSearching event.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class CheckboxFilterSearchingEventArgs : GridEventBaseArgs
Constructors
CheckboxFilterSearchingEventArgs()
Declaration
public CheckboxFilterSearchingEventArgs()
Properties
CheckboxListData
Declaration
public IEnumerable<object> CheckboxListData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Object> | An IEnumerable collection of objects that serve as the custom data source for the Checkbox and Excel filter types in grid, by default the value is |
ColumnName
Gets the Field name associated with the current column for filtering.
Declaration
public string ColumnName { get; }
Property Value
Type | Description |
---|---|
System.String | The field name associated with the current column for filtering.
for remaining actions the value will be |
SearchText
Gets or sets the string value to search in the search bar.
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. |