[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.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 virtual TBuilder AllowDragging(bool value)
Public Overridable Function AllowDragging(value As Boolean) As TBuilder
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.