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