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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Field Value
Type |
---|
Boolean |
See Also