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

PivotGridControl.AllowInfiniteGridSize Field

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public static bool AllowInfiniteGridSize

Field Value

Type
Boolean
See Also