Click or drag to resize

DataGridFilterColumnGetTemplate Method

Gets the control template for the filter of this column. If the template is null or unset, a default template will be used.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public static ControlTemplate GetTemplate(
	this DataGridColumn column
)

Parameters

column
Type: System.Windows.ControlsDataGridColumn
The column.

Return Value

Type: ControlTemplate
The control template.

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