alexa

    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