Class Top10AutoFilter
Represents a dialog box that displays the Top10AutoFilter like Excel.
Inheritance
System.Object
Top10AutoFilter
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class Top10AutoFilter : Form
Constructors
Top10AutoFilter()
Initializes a new instance of the Top10AutoFilter class.
Declaration
public Top10AutoFilter()
Top10AutoFilter(List<Double>)
Initializes a new instance of the Top10AutoFilter class.
Declaration
public Top10AutoFilter(List<double> numberList)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.Double> | numberList | Store the list of numbers |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |