Click or drag to resize

DataGridFilterColumnGetIsFilterVisible Method

Control the visibility of the filter for this column.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public static bool GetIsFilterVisible(
	this DataGridColumn column
)

Parameters

column
Type: System.Windows.ControlsDataGridColumn
The column.

Return Value

Type: Boolean
True if the filter is visible for this column

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).
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn
See Also