Class MetroTop10AutoFilter
Represents a Metro dialog box that displays the Top10AutoFilter like Excel.
Inherited Members
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class MetroTop10AutoFilter : MetroForm
Constructors
MetroTop10AutoFilter()
Initializes a new instance of the MetroTop10AutoFilter class.
Declaration
public MetroTop10AutoFilter()
MetroTop10AutoFilter(List<Double>)
Initializes a new instance of the MetroTop10AutoFilter class.
Declaration
public MetroTop10AutoFilter(List<double> numberList)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.Double> | numberList | Stores the list of numbers |
Fields
FilterString
Stores the Filter String
Declaration
public string FilterString
Field Value
Type |
---|
System.String |
MappingName
Used to stores the Mapping Name
Declaration
public string MappingName
Field Value
Type |
---|
System.String |
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. |