[]
        
(Showing Draft Content)

C1.Android.Grid.GridAllowMerging

GridAllowMerging Class

Specifies constants that define which areas of the grid support cell merging.

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

Fields

Name Description
All

Merge all areas.

AllHeaders

Merge column and row headers.

Cells

Merge scrollable cells.

ColumnHeaders

Merge column headers.

None

No merging.

RowHeaders

Merge row headers.

value__