menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MetroTop10AutoFilter - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MetroTop10AutoFilter

    Represents a Metro dialog box that displays the Top10AutoFilter like Excel.

    Inheritance
    System.Object
    MetroForm
    MetroTop10AutoFilter
    Inherited Members
    MetroForm.AllowRoundedCorners
    MetroForm.ApplyScaleToControl(Single)
    MetroForm.AutoScroll
    MetroForm.BackColor
    MetroForm.BorderColor
    MetroForm.BorderThickness
    MetroForm.CaptionAlign
    MetroForm.CaptionBarBrush
    MetroForm.CaptionBarColor
    MetroForm.CaptionBarHeight
    MetroForm.CaptionBarHeightMode
    MetroForm.CaptionBarPaint
    MetroForm.CaptionButtonColor
    MetroForm.CaptionButtonHoverColor
    MetroForm.CaptionFont
    MetroForm.CaptionForeColor
    MetroForm.CaptionImages
    MetroForm.CaptionLabels
    MetroForm.CaptionVerticalAlignment
    MetroForm.ColorTable
    MetroForm.CreateAccessibilityInstance()
    MetroForm.CreateParams
    MetroForm.DropShadow
    MetroForm.EnableTouchMode
    MetroForm.HideControlboxHighlights()
    MetroForm.IconAlign
    MetroForm.IconTextRelation
    MetroForm.InnerBorderVisibility
    MetroForm.IsActive
    MetroForm.IsRightToLeft
    MetroForm.MetroColor
    MetroForm.OnColorSchemeChanged()
    MetroForm.OnHandleCreated(EventArgs)
    MetroForm.OnLoad(EventArgs)
    MetroForm.OnLocationChanged(EventArgs)
    MetroForm.OnMouseMove(MouseEventArgs)
    MetroForm.OnPaintBackground(PaintEventArgs)
    MetroForm.OnRightToLeftChanged(EventArgs)
    MetroForm.OnRightToLeftLayoutChanged(EventArgs)
    MetroForm.OnShown(EventArgs)
    MetroForm.OnStyleChanged(EventArgs)
    MetroForm.ResetShowMaximizeBox()
    MetroForm.ResetShowMinimizeBox()
    MetroForm.ResetShowMinimizeeBox()
    MetroForm.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
    MetroForm.SetClientSizeCore(Int32, Int32)
    MetroForm.ShowMaximizeBox
    MetroForm.ShowMinimizeBox
    MetroForm.ShowMouseOver
    MetroForm.WndProc(Message)
    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.

    Overrides
    MetroForm.Dispose(Boolean)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved