Class PopupWindow
The filter pop-up is used to apply normal filters to the PivotFields. The list box holds the collection of filter items. We can filter the fields by checking/unchecking the filter items in the filter pop-up.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.PivotSchemaDesigner
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PopupWindow : ChromelessWindow, IComponentConnector
Constructors
PopupWindow(IPivotControl, FilterItemsCollection)
Initializes a new instance of the PopupWindow class.
Declaration
public PopupWindow(IPivotControl pivotControl, FilterItemsCollection filterItemsCollection)
Parameters
Type | Name | Description |
---|---|---|
IPivotControl | pivotControl | The PivotGrid control. |
FilterItemsCollection | filterItemsCollection | Collection of filter items. |
Properties
FilterList
Gets or sets the collection of filter items.
Declaration
public FilterItemsCollection FilterList { get; set; }
Property Value
Type |
---|
FilterItemsCollection |
IsAnyItemSelected
Gets a value indicating whether any items in the filter pop-up window is selected or not.
Declaration
public Nullable<bool> IsAnyItemSelected { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | Returns the state of "All" filter item in the filter pop-up window. |
IsFilterWindow
Gets or sets whether the popup window is a filter window or not.
Declaration
public bool IsFilterWindow { get; set; }
Property Value
Type |
---|
System.Boolean |
PivotControl
Gets or sets the PivotGrid control.
Declaration
public IPivotControl PivotControl { get; set; }
Property Value
Type |
---|
IPivotControl |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this object has been updated.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values. |