Click or drag to resize

DataGridFilterSetGlobalFilter Method

Sets the value of the GlobalFilter attached property to a given DataGrid.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public static void SetGlobalFilter(
	DataGrid dataGrid,
	Predicate<Object> value
)

Parameters

dataGrid
Type: System.Windows.ControlsDataGrid
The DataGrid on which to set the property value.
value
Type: SystemPredicateObject
The property value to set.
See Also