alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class FilterPopupMode

    Defines the constants that specifies the filter mode of the control.

    Inheritance
    System.Object
    FilterPopupMode
    Namespace: Syncfusion.WinForms.GridCommon
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public sealed class FilterPopupMode : Enum

    Fields

    AdvancedFilter

    Specifies whether the Advanced filter is enabled for the FilterControl.

    Declaration
    public const FilterPopupMode AdvancedFilter
    Field Value
    Type
    FilterPopupMode

    Both

    Specifies both the advanced and the CheckBox filter is enabled for the FilterControl.

    Declaration
    public const FilterPopupMode Both
    Field Value
    Type
    FilterPopupMode

    CheckBoxFilter

    Specify whether the check box filter is enabled for the FilterControl.

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