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 |