menu

UWP

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

    Show / Hide Table of Contents

    Class GridFilteringEventArgs

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

    Inheritance
    System.Object
    GridFilteringEventArgs
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class GridFilteringEventArgs : Object

    Constructors

    GridFilteringEventArgs(Boolean)

    Initializes new instance of GridFilteringEventArgs class.

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

    Indicates the state of the filter Popup.

    Properties

    IsProgrammatic

    Get or set a value indicates whether the Filtering operation is performed from code behind.

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

    PopupIsOpen

    Gets a value indicates whether the Popup for the FilterControl is currently open.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved