[]
        
(Showing Draft Content)

C1.Android.Grid.GridGroupRowPosition

GridGroupRowPosition Class

Specifies where to place the group rows used to delimit data groups.

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

Fields

Name Description
AboveData

Place group rows above the data.

BelowData

Place group rows below the data.

None

Do not show group rows.

value__