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 : EnumFields
AdvancedFilter
It specifies the column is being filtered from the Advanced filter.
Declaration
public const FilteredFrom AdvancedFilterField Value
| Type | 
|---|
| FilteredFrom | 
CheckboxFilter
It specifies the column is being filtered from the Checkbox filter.
Declaration
public const FilteredFrom CheckboxFilterField Value
| Type | 
|---|
| FilteredFrom | 
FilterRow
It specifies the column is being filtered from the FilterRow filter.
Declaration
public const FilteredFrom FilterRowField Value
| Type | 
|---|
| FilteredFrom | 
None
It specifies the column which is not filtered from Checkbox filter or Advanced filter or FilterRow.
Declaration
public const FilteredFrom NoneField Value
| Type | 
|---|
| FilteredFrom |