SMART datagrid v.1 > Classes > ColumnGroup
( Deprecated. Use vertical instead. )
Return true if the child columns have been arranged vertically.
The arrangement direction is specified by layout property.
if (group.isVertical()) {
group.setLayout(ColumnGroupOrientation.HORIZONTAL);
}