alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class FilterMode

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

    Inheritance
    System.Object
    FilterMode
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public sealed class FilterMode : Enum

    Fields

    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.

    Declaration
    public const FilterMode DisplayText
    Field Value
    Type
    FilterMode

    Value

    Filters the column based on the value.

    Declaration
    public const FilterMode Value
    Field Value
    Type
    FilterMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved