menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterDropDown - API Reference

    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.PivotAnalysis
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public class FilterDropDown : UserControl

    Constructors

    FilterDropDown(PivotGridControl)

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

    Declaration
    public FilterDropDown(PivotGridControl GridControl)
    Parameters
    Type Name Description
    PivotGridControl GridControl

    The PivotGridControl 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

    PivotControl

    Gets or sets the PivotGridControl that holds the FilterDropDown control.

    Declaration
    public PivotGridControl PivotControl { get; set; }
    Property Value
    Type Description
    PivotGridControl

    The grid control.

    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 - 2023 Syncfusion Inc. All Rights Reserved