IPivotTable.AllowFieldListDeferredUpdate Property
Specify whether to enable the Defer Layout Update option in the Field List.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
[DefaultValue(false)]
bool AllowFieldListDeferredUpdate { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Refer to the AllowFieldListDeferredUpdate property description for more information and an example.
See Also