SMART datagrid v.1 > Classes > DataColumn
DataLudi.DataColumn.groupLevel property
当连接在这个列的数据字段参与行分组时,字段的组级别。 它从1开始。
默认值为0.
- Getter
- function groupLevel(): Integer
- Setter
- function setGroupLevel(value: Itneger)
Code -1
var column = grid.focusedIndeX().column;
alert(column.groupLavel());
- See Also
- groupable
- GridView.groupBy
- Examples
- RowGrouping