WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGridFilterRowCell - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGridFilterRowCell

    Provides the required functionalities that have to be used in renderers.

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

    Properties

    DataColumn

    Returns the DataColumn that holds the corresponding GridCell.

    Declaration
    DataColumnBase DataColumn { get; }
    Property Value
    Type Description
    DataColumnBase

    IsDropDownOpen

    True if the FilterOptionPopup has been in Open.

    Declaration
    bool IsDropDownOpen { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CloseFilterOptionPopup()

    Close the FilterOptionPopup.

    Declaration
    void CloseFilterOptionPopup()

    OpenFilterOptionPopup()

    Opens the FilterOptionPopup.

    Declaration
    void OpenFilterOptionPopup()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved