[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridAllowDragging

GridAllowDragging Enum

Defines constants that specify which grid elements can be moved to new positions with drag.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public enum GridAllowDragging

Fields

Name Description
Both

User can drag both columns and rows to new positions.

Columns

User can drag columns to new positions.

None

No grid elements can be moved with drag.

Rows

User can drag rows to new positions.