Defines which grid elements can be moved to new positions with the mouse.

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

Syntax

C#
public enum AllowDragging
Visual Basic
Public Enumeration AllowDragging

Members

Member nameValueDescription
None0 No grid elements can be moved with the mouse.
Columns1 User can drag columns to new positions using the mouse.
Rows2 User can drag rows to new positions using the mouse.
Both3 User can drag rows and columns to new positions using the mouse.

See Also