Click or drag to resize
ParamEnableMoveRows Property
Gets or sets a value indicating whether the user can interactively move rows.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(true)]
public bool EnableMoveRows { get; set; }

Property Value

Type: Boolean
If true, the end user can drag rows to a new position by clicking the mouse on the selected rows and dragging them to the new destination rows.
See Also