Class SerializableFilterItem
This class holds the collection of FilterItem and it also generates the filter expression based on the selected FilterItem.
Inheritance
System.Object
SerializableFilterItem
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class SerializableFilterItem : Object
Constructors
SerializableFilterItem()
Initializes a new instance of the SerializableFilterItem class.
Declaration
public SerializableFilterItem()
Properties
AllFilterItem
Gets or sets the instance of "All" filter item in the filter popup window.
Declaration
public FilterItemElement AllFilterItem { get; set; }
Property Value
Type |
---|
FilterItemElement |
Caption
Gets or sets the caption of the filter item.
Declaration
public string Caption { get; set; }
Property Value
Type |
---|
System.String |
FilteredValues
Gets or sets the list of filtered values.
Declaration
public List<string> FilteredValues { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
FilterItems
Gets or sets the list of filter items.
Declaration
public List<FilterItemElement> FilterItems { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<FilterItemElement> |
FilterProperty
Gets or sets the filter properties.
Declaration
public PropertyInfo FilterProperty { get; set; }
Property Value
Type |
---|
System.Reflection.PropertyInfo |
Format
Gets or sets the format of the filter item .
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |
Header
Gets or sets the header of the filter item.
Declaration
public string Header { get; set; }
Property Value
Type |
---|
System.String |
IsFilterHeaderArea
Gets or sets a value indicating whether the item is located in filter header area.
Declaration
public bool IsFilterHeaderArea { get; set; }
Property Value
Type |
---|
System.Boolean |
Name
Gets or sets the name of the filter item.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |