menu

WPF

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

    Show / Hide Table of Contents

    Interface IGridDataFilterAction

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public interface IGridDataFilterAction : IDisposable

    Methods

    Invoke()

    Implement this method in the filter pane for focusing filtering controls. This would be called when the popup is opened.

    Declaration
    void Invoke()

    SetDataContext(GridDataFilterWrapper)

    Set the DataContext of the FilteringPane with the wrapper instance value;

    Declaration
    void SetDataContext(GridDataFilterWrapper wrapperInstance)
    Parameters
    Type Name Description
    GridDataFilterWrapper wrapperInstance
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved