Click or drag to resize

DataGridFilterColumnControlIsFiltered Property

Returns a flag indicating whether this column has some filter condition to evaluate or not. If there is no filter condition we don't need to invoke this filter.

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public bool IsFiltered { get; }

Property Value

Type: Boolean
See Also