SMART datagrid v.1 > Classes > TreeOptions

[ grids ver.1.3.7]   Back  Forward

DataLudi.TreeOptions.rowSummaryMode  property

The types of values which can be gotten by the sum of each Tree Row

It is specified as SummaryMode constant. And, the type of total sum values of tree view is specified by DisplayOptions.summaryMode

Defaults to SummaryMode.AGGREGATE.

Getter
function rowSummaryMode(): SummaryMode
Setter
function setRowSummaryMode(value: SummaryMode)
Code -1
    tree.setTreeOptions({
        rowSummaryMode: DataLudi.SummaryMode.STATISTICAL
    });
See Also
rowSummaryScope
summaryScope
SummaryMode
DisplayOptions.summaryMode
Examples
Tree Row Footer