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 nameDescription
None No grid elements can be moved with the mouse.
Columns User can drag columns to new positions using the mouse.
Rows User can drag rows to new positions using the mouse.
Both User can drag rows and columns to new positions using the mouse.

See Also