Class MultiFunctionalSortFilterPopup
Represents an popup which allows user to apply multi-functional sorting and filtering.
Inheritance
System.Object
MultiFunctionalSortFilterPopup
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class MultiFunctionalSortFilterPopup : Control
Constructors
MultiFunctionalSortFilterPopup()
Initializes a new instance of the Syncfusion.UI.Xaml.PivotGrid.MultiFunctinalSortFilterPopup class.
Declaration
public MultiFunctionalSortFilterPopup()
MultiFunctionalSortFilterPopup(Style, GroupingBarItem, Object)
Initializes a new instance of the Syncfusion.UI.Xaml.PivotGrid.MultiFunctinalSortFilterPopup class.
Declaration
public MultiFunctionalSortFilterPopup(Style style, GroupingBarItem host, object metaData)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Style | style | The style of the multiFunctinalSortFilterPopup" /> class. |
GroupingBarItem | host | The split button that hosts the multiFunctinalSortFilterPopup" /> class. |
System.Object | metaData | The meta data object." /> class.. |
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()