[]
Specifies the position of the bands and columns relative to each other on a C1FlexGrid control.
public enum BandsColumnsRelation
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. |