Click or drag to resize

DataGridFilterGetGlobalFilter Method

Gets the value of the GlobalFilter attached property from a given DataGrid.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public static Predicate<Object> GetGlobalFilter(
	DataGrid dataGrid
)

Parameters

dataGrid
Type: System.Windows.ControlsDataGrid
The DataGrid from which to read the property value.

Return Value

Type: PredicateObject
the value of the GlobalFilter attached property.
See Also