WPF

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

    Show / Hide Table of Contents

    Class GridFilterEventArgs

    Provides data about the FilterChanging event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridFilterEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    GridDataVisibleColumn

    FilterPredicate

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

    See Also

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