Class ColumnFilterEditor
Displays the collection of items to be filtered.
Inheritance
System.Object
ColumnFilterEditor
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class ColumnFilterEditor : Control
Constructors
ColumnFilterEditor()
Initializes a new instance of the MeasureEditor class.
Declaration
public ColumnFilterEditor()
ColumnFilterEditor(PivotGridSortHeaderCell, List<FilterItem>)
Initializes a new instance of the MeasureEditor class.
Declaration
public ColumnFilterEditor(PivotGridSortHeaderCell host, List<FilterItem> filterItems)
Parameters
Type | Name | Description |
---|---|---|
PivotGridSortHeaderCell | host | The split button that hosts the measure editor. |
System.Collections.Generic.List<FilterItem> | filterItems | The collection of nodes available in the measure editor. |
Fields
FilterItemsProperty
Identifies the FilterItems dependency property.
Declaration
public static DependencyProperty FilterItemsProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
FilterItems
Gets or sets the collection of filter items.
Declaration
public List<FilterItem> FilterItems { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<FilterItem> |
Host
Gets or sets the split button that hosts the measure editor.
Declaration
public PivotGridSortHeaderCell Host { get; set; }
Property Value
Type |
---|
PivotGridSortHeaderCell |
Methods
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()