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#
public bool AllowDragging { get; set; }
Visual Basic
Public Property AllowDragging As Boolean
	Get
	Set

See Also