TcxPivotGridGroupItem.Size Property
Gets the size in pixels of the currently processed grouping value.
Declaration
property Size: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The returned size is calculated depending upon whether this is the sum of the children’s sizes or of the field‘s size it’s bound to (if there are no field values under it). If the grouping value is grand total, the size is calculated according to the TcxPivotGridOptionsView.ColumnGrandTotalWidth or the TcxPivotGridOptionsView.RowGrandTotalWidth property’s value.
Depending upon whether the currently processed grouping value is the column field value or the row field value, the Size property will return either the column field value’s width or the row field value’s height.
See Also