menu

WPF

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

    Show / Hide Table of Contents

    Class GridFilterEventArgs

    Provides data about the FilterChanging event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridFilterEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.Handled
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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 - 2025 Syncfusion Inc. All Rights Reserved