Class GridOffice2007Filter
Implements the functionalities of Office2007 filter for GridGroupingControl.
Inheritance
System.Object
GridOffice2007Filter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
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 |
---|
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. |