Skip to main content

TcxPivotGridOptionsDataField.MinWidth Property

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

Declaration

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