WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterDropDown - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterDropDown

    Represents a control that allows the user to filter required data.

    Inheritance
    System.Object
    FilterDropDown
    Namespace: Syncfusion.Windows.Forms.PivotChart
    Assembly: Syncfusion.PivotChart.Windows.dll
    Syntax
    public class FilterDropDown : UserControl

    Constructors

    FilterDropDown(PivotChart)

    Initializes a new instance of the FilterDropDown class with the specified PivotChart.

    Declaration
    public FilterDropDown(PivotChart pivotChart)
    Parameters
    Type Name Description
    PivotChart pivotChart

    The PivotChart that holds the FilterDropDown control.

    Properties

    FilterList

    Gets or sets the collection of filter items.

    Declaration
    public FilterItemsCollection FilterList { get; set; }
    Property Value
    Type Description
    FilterItemsCollection

    PivotChart

    Gets or sets the PivotChart that holds the FilterDropDown control.

    Declaration
    public PivotChart PivotChart { get; set; }
    Property Value
    Type Description
    PivotChart

    Methods

    Dispose(Boolean)

    Releases the managed resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true, if managed resources should be disposed; otherwise, false.

    OnPaint(PaintEventArgs)

    Raises the Paint event.

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    The PaintEventArgs that contains the event data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved