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