constants ShowBranchRowsEnum
The ShowBranchRowsEnum type specifies way the rows can be displayed on the control's list. The ShowBranchRows property specifies the way the rows are arranged when the control shows the summarized data. Currently, the ShowBranchRowsEnum type supports the following values:

NameValueDescription
exBranchTree1 The exBranchTree mode displays data as a tree, and the +/- expanding buttons are shown. This flag cam be combined with the exBranchRowDivider or exBranchIncludeAggregate flag.

The following screen shot shows the exBranchTree way:

exBranchCompact2 The exBranchCompact mode displays data more compact, and the +/- expanding buttons are not shown. The exBranchCompact mode displays no subtotals ( no hierarchy ).

The following screen shot shows the exBranchCompact way:

The exBranchCompact mode can not display the inside total/sub-totals fields.

exBranchRowDivider16 The branch rows displays information on entire line.  This flag may be combined with the exBranchTree flag.

The following screen shot shows the exBranchTree + exBranchRowDivider  way:

exBranchIncludeAggregate32 The branch rows displays result of aggregate function. This flag may be combined with the exBranchTree flag.

The following screen shot shows the exBranchTree + exBranchIncludeAggregate  way: