[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridAllowResizing

GridAllowResizing Enum

Specifies a value that defines which elements can be resized.

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

Fields

Name Description
Both

User can resize rows and columns.

Columns

User can resize columns.

None

No grid elements can be resized.

Rows

User can resize rows.