menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckboxFilterSearchingEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CheckboxFilterSearchingEventArgs

    Provides information about the CheckboxFilterSearching event.

    Inheritance
    System.Object
    GridEventBaseArgs
    CheckboxFilterSearchingEventArgs
    Inherited Members
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CheckboxFilterSearchingEventArgs : GridEventBaseArgs

    Constructors

    CheckboxFilterSearchingEventArgs()

    Declaration
    public CheckboxFilterSearchingEventArgs()

    Properties

    CheckboxListData

    Gets or sets the custom data source for CheckBox and Excel filter.

    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 null

    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 null.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved