Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridOptionsDataField.Width Property

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

#Declaration

Delphi
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