ColumnPropertiesBuilder<T>.AllowSearch(Boolean) Method
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public ColumnPropertiesBuilder<T> AllowSearch(
bool value
)
Parameters
Name | Type |
---|---|
value | Boolean |
Returns
Type |
---|
ColumnPropertiesBuilder<T> |
See Also