ColumnFilterPanel
Namespace: Wisej.Web.Ext.ColumnFilter
Assembly: Wisej.Web.Ext.ColumnFilter
Base class for the filter panels to use in conjunction with the ColumnFilter extender.
- C#
- VB.NET
public class ColumnFilterPanel : UserPopup
Public Class ColumnFilterPanel
Inherits UserPopup
Constructors
ColumnFilterPanel()
Initializes a new instance of ColumnFilterPanel.
Properties
ColumnFilter
ColumnFilter: Returns the instance of the ColumnFilter that is managing this ColumnFilterPanel.
DataGridViewColumn
DataGridViewColumn: Returns the DataGridViewColumn bound to this ColumnFilterPanel.
FilterButton
PictureBox: Returns the control used as the filter button.
Methods
Clear(applyFilters)
Clear the filter
| Parameter | Type | Description |
|---|---|---|
| applyFilters | Boolean |
Inherited By
| Name | Description |
|---|---|
| SimpleColumnFilterPanel | 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. |
| WhereColumnFilterPanel | Where column filter panel showing a list of operators and values based on the Columns ValueType |