Class FilterEditor
Displays the members of the current hierarchy and allows to select and un-select members for filtering.
Inheritance
System.Object
FilterEditor
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class FilterEditor : Control
Constructors
FilterEditor()
Initializes a new instance of the FilterEditor class.
Declaration
public FilterEditor()
FilterEditor(Style, SplitButton, Object)
Initializes a new instance of the FilterEditor class.
Declaration
public FilterEditor(Style style, SplitButton host, object metaData)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Style | style | the style |
SplitButton | host | the host or parent control |
System.Object | metaData | The current node. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
OnApplyTemplate()
Builds the visual tree for this control when a new template is applied.
Declaration
protected override void OnApplyTemplate()