ComponentOne DataGrid for WPF and Silverlight
Filter Property (DataGridColumnHeaderPresenter)

C1.WPF.DataGrid Namespace > DataGridColumnHeaderPresenter Class : Filter Property
Gets or sets the filter used to filter the data in the column.
Syntax
'Declaration
 
Public Property Filter As IDataGridFilter
public IDataGridFilter Filter {get; set;}

Property Value

The filter.
See Also

Reference

DataGridColumnHeaderPresenter Class
DataGridColumnHeaderPresenter Members