property Grid.Statistics as String
Gives statistics data of objects being hold by the control.

TypeDescription
String A String expression that gives information about objects being loaded into the control.
The Statistics property gives statistics data of objects being hold by the control. The Statistics property gives a rough idea on how many columns, items, cell, bars, links, notes and so on are loaded into the control. Also, the Statistics property gives percentage usage of base-memory of different objects within the memory.

The following output shows how the Statistics looks like, on a 32-bits machine:

Cells: 832 x 73 = 60,736 (60.40%)
Control: 1 x 20,440 = 20,440 (20.33%)
Column: 13 x 1,072 = 13,936 (13.86%)
Item: 64 x 72 = 4,608 (4.58%)
Items: 1 x 640 = 640 (0.64%)
Columns: 1 x 172 = 172 (0.17%)
Appearances: 1 x 28 = 28 (0.03%)
Appearance: 0 x 712 = 0 (0.00%)
CComVariant: 0 x 16 = 0 (0.00%)
Cells(Inner): 0 x 73 = 0 (0.00%)
CSmartVariant: 0 x 9 = 0 (0.00%)

The following output shows how the Statistics looks like, on a 64-bits machine:

Cells: 832 x 129 = 107,328 (61.90%)
Control: 1 x 33,392 = 33,392 (19.26%)
Column: 13 x 1,760 = 22,880 (13.20%)
Item: 64 x 128 = 8,192 (4.72%)
Items: 1 x 1,224 = 1,224 (0.71%)
Columns: 1 x 320 = 320 (0.18%)
Appearances: 1 x 48 = 48 (0.03%)
Appearance: 0 x 1,168 = 0 (0.00%)
CComVariant: 0 x 24 = 0 (0.00%)
Cells(Inner): 0 x 129 = 0 (0.00%)
CSmartVariant: 0 x 9 = 0 (0.00%)