Click or drag to resize

DataGridFilterColumnSetFilterHost Method

Sets the filter host for the data grid of this column.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public static void SetFilterHost(
	this DataGridColumn column,
	DataGridFilterHost value
)

Parameters

column
Type: System.Windows.ControlsDataGridColumn
The column.
value
Type: DataGridExtensionsDataGridFilterHost
The value.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DataGridColumn. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also