Configurates
C1.Web.Mvc.DashboardLayout.AllowDrag. Sets a boolean value decides whether the tiles could be dragged.
Syntax
'Declaration
Public Function AllowDrag( _
ByVal As Boolean _
) As DashboardLayoutBuilder
public DashboardLayoutBuilder AllowDrag(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also