[]
        
(Showing Draft Content)

C1.Android.Grid.GridAllowResizing

GridAllowResizing Class

Specifies a value that defines which elements can be resized.

Inheritance
GridAllowResizing
Namespace: C1.Android.Grid
Assembly: C1.Android.Grid.dll
Syntax
public sealed class GridAllowResizing : Enum

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.

value__