WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnFilterPopup

    Show / Hide Table of Contents

    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 Description
    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 Description
    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 Description
    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 Description
    System.Windows.Controls.ListBox
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved