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

TcxPivotGridField.ActualWidth Property

Returns the on-screen field‘s width in pixels.

#Declaration

Delphi
property ActualWidth: Integer read;

#Property Value

Type
Integer

#Remarks

The field’s width can be specified via the Width property. If this property is assigned a value of 0, the field’s width is equal to the value of the cxPivotGridDefaultFieldWidth constant. Use the ActualWidth property to determine the actual field’s width, as it appears onscreen.

The minimum field’s width is specified by the MinWidth property.

See Also