menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilteredFrom - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilteredFrom

    Defines the constants that specify whether the column is filtered from the CheckboxFilter or AdvancedFilter or FilterRow.

    Inheritance
    System.Object
    FilteredFrom
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class FilteredFrom : Enum

    Fields

    AdvancedFilter

    It specifies the column is being filtered from the Advanced filter.

    Declaration
    public const FilteredFrom AdvancedFilter
    Field Value
    Type
    FilteredFrom

    CheckboxFilter

    It specifies the column is being filtered from the Checkbox filter.

    Declaration
    public const FilteredFrom CheckboxFilter
    Field Value
    Type
    FilteredFrom

    FilterRow

    It specifies the column is being filtered from the FilterRow filter.

    Declaration
    public const FilteredFrom FilterRow
    Field Value
    Type
    FilteredFrom

    None

    It specifies the column which is not filtered from Checkbox filter or Advanced filter or FilterRow.

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