C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRow Class / AllowDragging Property

In This Topic
AllowDragging Property (TransposedGridRow)
In This Topic
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
 
See Also