WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum FilterMode

    Show / Hide Table of Contents

    Enum FilterMode

    Defines the constants that specify the options for filtering the column.

    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public enum FilterMode

    Fields

    Name Description
    DisplayText

    Filters the column based on the display text i.e. filter will be performed by applying the specified format to the cell value or DisplayMember of the column if that column cell type is ComboBox.

    Value

    Filters the column based on the value.

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