| DataGridFilterGetGlobalFilter Method |
Namespace:
DataGridExtensions
Assembly:
DataGridExtensions (in DataGridExtensions.dll)
Syntax public static Predicate<Object> GetGlobalFilter(
DataGrid dataGrid
)
Public Shared Function GetGlobalFilter (
dataGrid As DataGrid
) As Predicate(Of Object)
Parameters
- dataGrid
- Type: System.Windows.ControlsDataGrid
The DataGrid from which to read the property value.
Return Value
Type:
PredicateObjectthe value of the
GlobalFilter attached property.
See Also