ComponentOne ASP.NET MVC Controls
AllowDragging Method (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : AllowDragging Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.AllowDragging. Sets whether users are allowed to drag rows and/or columns with the mouse.
Syntax
'Declaration
 
Public Overridable Function AllowDragging( _
   ByVal value As AllowDragging _
) As TBuilder
public virtual TBuilder AllowDragging( 
   AllowDragging value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members