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