WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ClearFilterButtonExt

    Show / Hide Table of Contents

    Class ClearFilterButtonExt

    Implements a cell button which is typically used with grid filter bar to clear the existing filter.

    Inheritance
    System.Object
    NonFinalizeDisposable
    GridCellButton
    ClearFilterButtonExt
    Implements
    System.IDisposable
    Inherited Members
    GridCellButton.Dispose(Boolean)
    GridCellButton.DrawMetroButtonStyle(Graphics, Rectangle, ButtonState, String, Boolean)
    GridCellButton.DrawButton(Graphics, Rectangle, ButtonState, GridStyleInfo)
    GridCellButton.IsHovering(Int32, Int32)
    GridCellButton.SetHovering(GridCellHitTestInfo, Boolean)
    GridCellButton.IsMouseDown(Int32, Int32)
    GridCellButton.SetMouseDown(GridCellHitTestInfo, Boolean)
    GridCellButton.IsPushed(Int32, Int32)
    GridCellButton.SetPushed(Int32, Int32, Rectangle, Boolean)
    GridCellButton.HitTest(Int32, Int32, MouseEventArgs, IMouseController)
    GridCellButton.MouseHoverEnter(GridCellHitTestInfo)
    GridCellButton.MouseHover(MouseEventArgs, GridCellHitTestInfo)
    GridCellButton.MouseHoverLeave(EventArgs, GridCellHitTestInfo)
    GridCellButton.MouseDown(MouseEventArgs, GridCellHitTestInfo)
    GridCellButton.MouseMove(MouseEventArgs, GridCellHitTestInfo)
    GridCellButton.MouseUp(MouseEventArgs, GridCellHitTestInfo)
    GridCellButton.GetCursor(GridCellHitTestInfo)
    GridCellButton.CancelMode(GridCellHitTestInfo)
    GridCellButton.OnClicked(GridCellEventArgs)
    GridCellButton.OnHoveringChanged(GridCellEventArgs)
    GridCellButton.OnMouseDownChanged(GridCellEventArgs)
    GridCellButton.OnPushedChanged(GridCellEventArgs)
    GridCellButton.Bounds
    GridCellButton.Text
    GridCellButton.MouseDownInfo
    GridCellButton.Grid
    GridCellButton.Owner
    GridCellButton.FireClickOnMouseUp
    GridCellButton.Clicked
    GridCellButton.HoveringChanged
    GridCellButton.MouseDownChanged
    GridCellButton.PushedChanged
    NonFinalizeDisposable.Dispose()
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class ClearFilterButtonExt : GridCellButton, IDisposable

    Constructors

    ClearFilterButtonExt(GridTextBoxCellRenderer)

    Initializes a new instance of the ClearFilterButtonExt class.

    Declaration
    public ClearFilterButtonExt(GridTextBoxCellRenderer control)
    Parameters
    Type Name Description
    GridTextBoxCellRenderer control

    The text box cell renderer.

    Methods

    Draw(Graphics, Int32, Int32, Boolean, GridStyleInfo)

    Draws a cell button at the specified row index and column index.

    Declaration
    public override void Draw(Graphics g, int rowIndex, int colIndex, bool bActive, GridStyleInfo style)
    Parameters
    Type Name Description
    System.Drawing.Graphics g

    Graphics context.

    System.Int32 rowIndex

    Row index.

    System.Int32 colIndex

    Column index.

    System.Boolean bActive

    True if this is the active current cell.

    GridStyleInfo style

    Cell style information.

    Overrides
    GridCellButton.Draw(Graphics, Int32, Int32, Boolean, GridStyleInfo)

    Implements

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