Click or drag to resize

DataGridFilterHost Class

This class hosts all filter columns and handles the filter changes on the data grid level. This class will be attached to the DataGrid.
Inheritance Hierarchy
SystemObject
  DataGridExtensionsDataGridFilterHost

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public sealed class DataGridFilterHost

The DataGridFilterHost type exposes the following members.

Properties
  NameDescription
Public propertyDataGrid
The data grid this filter is attached to.
Public propertyFilterColumnControls
Gets a the active filter column controls for this data grid.
Top
Methods
  NameDescription
Public methodClear
Clear all existing filter conditions.
Top
Events
  NameDescription
Public eventFilterChanged
Occurs when any filter has changed.
Public eventFiltering
Occurs before new columns are filtered.
Top
See Also