Back to Devexpress

cxPivotGridDefaultFieldWidth Constant

vcl-cxcustompivotgrid-cc675c8f.md

latest1.1 KB
Original Source

cxPivotGridDefaultFieldWidth Constant

Specifies the default width of the data field anchor, if it’s dropped only in the row header area.

Declaration

delphi
const cxPivotGridDefaultFieldWidth = 105;

Remarks

The width of the data field anchor can be specified, if it’s dropped in the row header area. To set the width of the data field anchor, use the TcxPivotGridOptionsDataField.Width property.

By default, the TcxPivotGridOptionsDataField.Width property is set to the cxPivotGridDefaultFieldWidth constant.

See Also

TcxPivotGridOptionsDataField.Area

cxCustomPivotGrid Unit