[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ColumnBuilder.AllowDragging

AllowDragging Method

AllowDragging(bool)

Configurates AllowDragging. Sets whether the user can move this row or column to a new position with the mouse.

Declaration
public override ColumnBuilder AllowDragging(bool value)
Public Overrides Function AllowDragging(value As Boolean) As ColumnBuilder
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
ColumnBuilder

Current builder.

Overrides