[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.AllowDragging

AllowDragging Enum

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

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public enum AllowDragging

Fields

Name Description
Both

User can drag rows and columns to new positions using the mouse.

Columns

User can drag columns to new positions using the mouse.

None

No grid elements can be moved with the mouse.

Rows

User can drag rows to new positions using the mouse.