TcxPivotGridField.ActualWidth Property
Returns the on-screen field‘s width in pixels.
Declaration
property ActualWidth: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The field’s width can be specified via the Width property. If this property is assigned a value of 0, the field’s width is equal to the value of the cxPivotGridDefaultFieldWidth constant. Use the ActualWidth property to determine the actual field’s width, as it appears onscreen.
The minimum field’s width is specified by the MinWidth property.
See Also