ComponentOne DataGrid for WPF and Silverlight
Filter Property (DataGridColumn)

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

Property Value

The filter that will be displayed when the options drop-down in the column header is opened.
See Also

Reference

DataGridColumn Class
DataGridColumn Members