Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.AllowInfiniteGridSize Field

In This Article

Specifies whether the height and width of the pivot grid are allowed to be infinite.

By default, this option is disabled. In this instance, if the pivot grid’s height or width measures infinite, an exception is thrown.

To avoid the exception, enable the AllowInfiniteGridSize option. In this instance, the pivot grid immediately generates columns and rows for all records in the data source. Note that this may cause performance issues, if the number of records is too big.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public static bool AllowInfiniteGridSize

#Field Value

Type
Boolean
See Also