WPF

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

    Show / Hide Table of Contents

    Interface IGridFilterRowRenderer

    Provides the required methods that need to connect from GridFilterRowCell and Renderers.

    Namespace: Syncfusion.UI.Xaml.Grid.RowFilter
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public interface IGridFilterRowRenderer

    Methods

    ClearFilter(DataColumnBase)

    Invoked when filter cleared programmatically to update the cell

    Declaration
    void ClearFilter(DataColumnBase dataColumn)
    Parameters
    Type Name Description
    DataColumnBase dataColumn

    DataColumn of FilterRowCell.

    OnFilterRowConditionChanged(String)

    Process the filtering when the FilterRowCondition is changed in corresponding column.

    Declaration
    void OnFilterRowConditionChanged(string filterRowCondition)
    Parameters
    Type Name Description
    System.String filterRowCondition

    The new FilterRowCondition that have been changed.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved