Method WithNoFiltering
WithNoFiltering<T>(T)
Sets the column to be not filterable.
public static T WithNoFiltering<T>(this T column) where T : GridViewBoundColumnBase
Parameters
column
TThe column.
Returns
- T
The column with filterable set to false.
Type Parameters
T
The type of the column.