| DataGridFilterSetGlobalFilter Method |
Namespace:
DataGridExtensions
Assembly:
DataGridExtensions (in DataGridExtensions.dll)
Syntax public static void SetGlobalFilter(
DataGrid dataGrid,
Predicate<Object> value
)
Public Shared Sub SetGlobalFilter (
dataGrid As DataGrid,
value As Predicate(Of Object)
)
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