[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.AllowMerging

AllowMerging Enum

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

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
[Flags]
public enum AllowMerging

Fields

Name Description
All

Merge all areas.

AllHeaders

Merge column and row headers.

Cells

Merge scrollable cells.

ColumnFooters

Merge column footers.

ColumnHeaders

Merge column headers.

None

No merging.

RowHeaders

Merge row headers.