TcxPivotGridField.MinWidth Property
In This Article
Specifies the minimum field‘s width in pixels.
#Declaration
Delphi
property MinWidth: Integer read; write; default cxPivotGridDefaultFieldMinWidth;
#Property Value
Type | Default |
---|---|
Integer | cx |
#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