[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.AllowDragging

AllowDragging Enum

Specifies constants that define the row/column dragging behavior.

Namespace: C1.Web.Mvc.Grid
Assembly: C1.Web.Mvc.dll
Syntax
public enum AllowDragging

Fields

Name Description
Both

The user may drag rows and columns.

Columns

The user may drag columns.

None

The user may not drag rows or columns.

Rows

The user may drag rows.