ColumnFilterPanel
Wisej.Web.Ext.ColumnFilter.ColumnFilterPanel
Namespace: Wisej.Web.Ext.ColumnFilter
Assembly: Wisej.Web.Ext.ColumnFilter (3.2.0.0)
Base class for the filter panels to use in conjunction with the ColumnFilter extender.
Constructors
Initializes a new instance of ColumnFilterPanel.
Properties
ColumnFilter: Returns the instance of the ColumnFilter that is managing this ColumnFilterPanel.
DataGridViewColumn: Returns the DataGridViewColumn bound to this ColumnFilterPanel.
PictureBox: Returns the control used as the filter button.
Methods
Clear the filter
Parameter | Type | Description |
---|---|---|
applyFilters |
Inherited By
Name | Description |
---|---|
Simple column filter panel showing the unique values found in the bound column in a checked list box. The user can select multiple values, clear the selection or select all. | |
Where column filter panel showing a list of operators and values based on the Columns ValueType |
Last updated