Class ColumnFilterPopup
This class provides support to filter calculation columns when "RowPivotsOnly" mode is set.
Inheritance
System.Object
ColumnFilterPopup
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class ColumnFilterPopup : Popup
Constructors
ColumnFilterPopup()
Initializes a new instance of the ColumnFilterPopup class.
Declaration
public ColumnFilterPopup()
Fields
FilterPopUpCollection
Stores the collection of filter items in the filter pop-up.
Declaration
public static Dictionary<string, List<FilterChoice>> FilterPopUpCollection
Field Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<FilterChoice>> |
Properties
ColFilterList
Gets or sets the collection of filter items in the filter list.
Declaration
public Dictionary<object, bool>.KeyCollection ColFilterList { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary.KeyCollection<> |
ColIndex
Gets or sets the column index of the calculation fields.
Declaration
public int ColIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
FilterListBox
Gets or sets the filter list box to list the filter items from the calculation columns.
Declaration
public ListBox FilterListBox { get; set; }
Property Value
Type |
---|
System.Windows.Controls.ListBox |