Skip to main content
All docs
V25.2
  • IPivotTable.VirtualScrollingEnabled Property

    Specifies whether vertical virtual scrolling is enabled.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.2.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    bool VirtualScrollingEnabled { get; set; }

    Property Value

    Type Description
    Boolean

    true to enable vertical virtual scrolling; otherwise, false.

    Remarks

    Refer to the VirtualScrollingEnabled property description for more information and an example.

    See Also