ComponentOne ASP.NET MVC Controls
AllowDragging Property (ColumnBase)

C1.Web.Mvc Namespace > ColumnBase Class : AllowDragging Property
Gets or sets whether the user can move this row or column to a new position with the mouse.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overridable Property AllowDragging As Boolean
[DefaultValue(true)]
public virtual bool AllowDragging {get; set;}
See Also

Reference

ColumnBase Class
ColumnBase Members