Skip to main content

cxPivotGridDefaultFieldWidth Constant

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

Declaration

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