alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class FilteringEventArgs

    Provides data for the Filtering Operations that are performed in SfDataGrid.

    Inheritance
    System.Object
    FilteringEventArgs
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class FilteringEventArgs

    Constructors

    FilteringEventArgs(Boolean)

    Initializes a new instance of the FilteringEventArgs class.

    Declaration
    public FilteringEventArgs(bool isOpen)
    Parameters
    Type Name Description
    System.Boolean isOpen

    Indicates the state of the filter Popup.

    Properties

    IsProgrammatic

    Gets or sets a value indicating whether the Filtering operation is performed from code behind.

    Declaration
    public bool IsProgrammatic { get; set; }
    Property Value
    Type
    System.Boolean

    PopupIsOpen

    Gets a value indicating whether the pop-up for the FilterControl is currently open.

    Declaration
    public bool PopupIsOpen { get; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved