Gets or sets a value that indicates whether the user can move this row or column to a new position with the mouse.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool AllowDragging { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property AllowDragging As Boolean
	Get
	Set

See Also