Class Top10FilterPopup
Represents an popup which allows user to apply top 10 filtering.
Inheritance
System.Object
Top10FilterPopup
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public sealed class Top10FilterPopup : Control, IDisposable
Constructors
Top10FilterPopup()
Initializes a new instance of the Top10FilterPopup class.
Declaration
public Top10FilterPopup()
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()
Implements
System.IDisposable