SMART datagrid v.1 > Classes > GridStyleSheet
Style Set which is used to display left indent area of data row group in row grouping.
 
    grid.setStyles({
        rowGroup: {
            indent: {
                background: '#10ff0000'
            }
        }
    });