[]
        
(Showing Draft Content)

C1.Win.FlexGrid.BandsColumnsRelation

BandsColumnsRelation Enum

Specifies the position of the bands and columns relative to each other on a C1FlexGrid control.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.BandedView.8.dll
Syntax
public enum BandsColumnsRelation

Fields

Name Description
Bands

Only the bands will be displayed.

BandsBeforeColumns

The columns will be displayed after the bands.

ColumnsBeforeBands

The columns will be displayed before the bands.

Default

The default value. The columns will be displayed after the bands.