Skip to main content
A newer version of this page is available. .

PivotGridField.BestFit() Method

Resizes the field’s column(s) to fit the longest text currently displayed in the column.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

public void BestFit()

Remarks

The BestFit method resizes the columns related to the current field to display the entire field contents. Call the method after the Pivot Grid loads the data and calculates its layout.

Important

Do not call the BestFit method enclosed in an PivotGridControl.BeginUpdate - PivotGridControl.EndUpdate pair. An exception occurs: “This operation cannot be executed when pivot grid updates are blocked. The control’s visual presentation is created after the EndUpdate method is called, so that you cannot perform actions that affect it within the BeginUpdate and EndUpdate method calls.”

The method applies to the following fields:

The following code snippets (auto-collected from DevExpress Examples) contain references to the BestFit() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also