ColumnFilter
Wisej.Web.Ext.ColumnFilter.ColumnFilter
Last updated
Was this helpful?
Wisej.Web.Ext.ColumnFilter.ColumnFilter
Last updated
Was this helpful?
Namespace: Wisej.Web.Ext.ColumnFilter
Assembly: Wisej.Web.Ext.ColumnFilter (3.2.0.0)
Adds a custom filter button to DataGridViewColumn to display a custom filter panel.
Initializes a new instance of ColumnFilter
Initializes a new instance of the ColumnFilter class with a specified container.
container
Image: Returns or sets the image that is displayed in the filter button when there is an active filter. Can be null.
String: Returns or sets the theme name or URL for the image to display in the filter button when there is an active filter. Can be null.
Type: Returns or sets the ColumnFilterPanel to associate with this ColumnFilter extender. (Default: null
)
Image: Returns or sets the image that is displayed in the filter button.
String: Returns or sets the theme name or URL for the image to display in the filter button.
Returns whether the specified DataGridViewColumn shows the filter button in its header.
column
Returns: Boolean. True if the DataGridViewColumn shows the filter button.
Fires the RowsFiltered event.
filteredRowCount
Shows or hides the filter button on a DataGridViewColumn header panel.
column
show
True to show the filter button or false to remove it.
EventHandler<RowsFilteredEventArg> Event is fired when all filters are applied.
An container.
The to query.
The for which to show or hide the filter button.