TcxPivotGridField.MinWidth Property
Specifies the minimum field‘s width in pixels.
Declaration
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