WinForms

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

    Show / Hide Table of Contents

    Class GridOffice2007Filter

    Implements the functionalities of Office2007 filter for GridGroupingControl.

    Inheritance
    System.Object
    GridOffice2007Filter
    Inherited Members
    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 GridOffice2007Filter

    Constructors

    GridOffice2007Filter()

    Initializes a new instance of the GridOffice2007Filter class.

    Declaration
    public GridOffice2007Filter()

    Properties

    EnableFilteredColumnIcon

    Gets or sets a value indicating whether the filter icon in the filtered column should be shown. This property is effective only if the ShowOffice2007FilterOnMouseHover property is in true.

    Declaration
    public static bool EnableFilteredColumnIcon { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowOffice2007FilterOnMouseHover

    Gets or sets a value indicating whether Office2007 filter on mouse over should be enabled. If false is set, the filter displays directly when the grid has been wired.

    Declaration
    public static bool ShowOffice2007FilterOnMouseHover { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    UnWireGrid(GridGroupingControl)

    Unwires the GridGroupingControl to the office2007 filter.

    Declaration
    public void UnWireGrid(GridGroupingControl groupingGrid)
    Parameters
    Type Name Description
    GridGroupingControl groupingGrid

    The GridGroupingControl that needs to be disabled with office2007 filter.

    WireGrid(GridGroupingControl)

    Wires the GridGroupingControl to the office2007 filter.

    Declaration
    public void WireGrid(GridGroupingControl groupingGrid)
    Parameters
    Type Name Description
    GridGroupingControl groupingGrid

    The GridGroupingControl that needs to be enabled with office2007 filter.

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