menu

Blazor

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

    Show / Hide Table of Contents

    Class FilterDialogOpenedEventArgs

    Provides information about the FilterDialogOpened event.

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

    Constructors

    FilterDialogOpenedEventArgs()

    Declaration
    public FilterDialogOpenedEventArgs()

    Properties

    CheckboxListData

    Gets the custom data source for CheckBox and Excel filter.

    Declaration
    public IEnumerable<object> CheckboxListData { get; }
    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 of the column which is associated with filtering.

    Declaration
    public string ColumnName { get; }
    Property Value
    Type Description
    System.String

    The field name of the column which is associated with filtering.

    FilterChoiceCount

    Gets the number of items to be displayed in the filter popup for CheckBox and Excel filters.

    Declaration
    public int FilterChoiceCount { get; }
    Property Value
    Type Description
    System.Int32

    The number of items to be displayed in the filter popup. The default value is 0.

    Remarks

    If this property value is greater than 0, the filter popup will display the specified number of items. Otherwise, 1000 records will be displayed in the filter popup.

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