TcxPivotGridOptionsDataField.Width Property
Specifies the width of the data field anchor, if it’s dropped only in the row header area.
Declaration
property Width: Integer read; write; default cxPivotGridDefaultFieldWidth;
Property Value
Type | Default |
---|---|
Integer | cxPivotGridDefaultFieldWidth |
Remarks
Use the Width property to specify the width of the data field anchor (and at the same time the width of row headers linked to the data field anchor), if it’s dropped in the row header area.
The default value of the Width property is cxPivotGridDefaultFieldWidth.
See Also