alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridFilterEventArgs

    Provides data about the FilterChanging event.

    Inheritance
    System.Object
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridFilterEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.Handled
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridFilterEventArgs : SyncfusionHandledEventArgs
    Remarks

    GridFilterEventArgs is a custom event argument class used by the FilterChanging event when the user clicks inside a cell.

    Constructors

    GridFilterEventArgs(GridDataVisibleColumn, FilterPredicate)

    Initializes a new GridCellClickEventArgs.

    Declaration
    public GridFilterEventArgs(GridDataVisibleColumn column, FilterPredicate filterpredicate)
    Parameters
    Type Name Description
    GridDataVisibleColumn column
    Syncfusion.Windows.Data.FilterPredicate filterpredicate

    Properties

    Column

    Declaration
    public GridDataVisibleColumn Column { get; }
    Property Value
    Type
    GridDataVisibleColumn

    FilterPredicate

    Declaration
    public FilterPredicate FilterPredicate { get; }
    Property Value
    Type
    Syncfusion.Windows.Data.FilterPredicate

    See Also

    Syncfusion.Windows.Controls.Grid.GridControlBase.RaiseGridCellClick(System.Int32,System.Int32)
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved