Skip to main content
All docs
V26.1
  • IPivotTable.AllowFieldListDeferredUpdate Property

    Specify whether to enable the Defer Layout Update option in the Field List.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v26.1.dll

    Declaration

    [DefaultValue(false)]
    bool AllowFieldListDeferredUpdate { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to defer layout update; otherwise, false to update layout immediately.

    Remarks

    Refer to the AllowFieldListDeferredUpdate property description for additional information and an example.

    See Also