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

    Specifies whether vertical virtual scrolling is enabled.

    Namespace: DevExpress.Blazor.PivotTable

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

    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 additional information and an example.

    See Also