Back to Devexpress

IPivotTable.VirtualScrollingMode Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-ipivottable-f16718eb.md

latest1.7 KB
Original Source

IPivotTable.VirtualScrollingMode Property

Specifies the virtual scrolling mode for the Pivot Table.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
[DefaultValue(PivotTableVirtualScrollingMode.Default)]
PivotTableVirtualScrollingMode VirtualScrollingMode { get; set; }

Property Value

TypeDefaultDescription
PivotTableVirtualScrollingModeDefault

An enumeration value.

|

Available values:

NameDescription
Default

Both is used. Renders only visible rows and columns, loads additional data when users scroll vertically and horizontally.

| | Vertical |

Renders only visible rows, loads additional data when users scroll through rows (vertically).

| | Horizontal |

Renders only visible columns, loads additional data when users scroll through columns (horizontally).

| | Both |

Renders only visible rows and columns, loads additional data when users scroll vertically and horizontally.

|

Remarks

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

See Also

IPivotTable Interface

IPivotTable Members

DevExpress.Blazor.PivotTable Namespace