Class GridFilter
This class holds the collection of FilterItem and it also generates the filter expression based on the selected FilterItem.
Inheritance
Namespace: Syncfusion.Windows.Controls.PivotSchemaDesigner
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class GridFilter : Object
Constructors
GridFilter()
Initializes a new instance of the GridFilter class.
Declaration
public GridFilter()
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 name of the filter item that is present in PivotSchemaDesigner. Name and caption may be same or different but the value set in the caption will get displayed in PivotSchemaDesigner's filter area.
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 PropertyDescriptor FilterProperty { get; set; }
Property Value
Type |
---|
System.ComponentModel.PropertyDescriptor |
Format
Gets or sets the format of the filter item that is present in PivotSchemaDesigner.
Declaration
public string Format { get; set; }
Property Value
Type |
---|
System.String |
Header
Gets or sets the name of the filter item that is present in PivotSchemaDesigner. Name and header may be same or different but the value set in the header will get displayed in PivotSchemaDesigner's filter area.
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 that is present in PivotSchemaDesigner. Name and header may be same or different but the value set in the header will get displayed in PivotSchemaDesigner's filter area.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |