Table of Contents

Method WithNoFiltering

Namespace
Innova.Prism.Telerik.Controls
Assembly
Innova.Prism.Telerik.dll

WithNoFiltering<T>(T)

Sets the column to be not filterable.

public static T WithNoFiltering<T>(this T column) where T : GridViewBoundColumnBase

Parameters

column T

The column.

Returns

T

The column with filterable set to false.

Type Parameters

T

The type of the column.