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.MinWidth Property

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

#Declaration

Delphi
property MinWidth: Integer read; write; default cxPivotGridDefaultFieldMinWidth;

#Property Value

Type Default
Integer cxPivotGridDefaultFieldMinWidth

#Remarks

The MinWidth property specifies the lower bound of the TcxPivotGridOptionsDataField.MinWidth property’s value.

Use the MinWidth property to specify the minimum width of the data field anchor (and at the same time the minimum width of row headers linked to the data field anchor), if it’s dropped in the row header area.

The default value of the MinWidth property is cxPivotGridDefaultFieldMinWidth.

See Also