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

Specifies the minimum field‘s width in pixels.

#Declaration

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

#Property Value

Type Default
Integer cxPivotGridDefaultFieldMinWidth

#Remarks

The field’s width can be specified via the Width property. End-users can customize the width of a field by dragging its sizing edge when the field appears as a row field or column field. Use the MinWidth property to specify the minimum field’s width.

The default value of the MinWidth property is specified by the cxPivotGridDefaultFieldMinWidth constant.

See Also