UWP

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

    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.UWP.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()

    Extension Methods

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