[]
        
(Showing Draft Content)

C1.Win.FlexGrid.AllowDraggingEnum

AllowDraggingEnum Enum

Specifies whether the user should be able to drag rows and columns with the mouse.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public enum AllowDraggingEnum

Fields

Name Description
Both

The user may drag rows and columns with the mouse.

Columns

The user may drag columns with the mouse.

None

The user may not drag rows or columns.

Rows

The user may drag rows with the mouse.