Skip to main content
A newer version of this page is available. .

VirtualServerModeRowsEventArgs.CurrentRowCount Property

Gets the count of rows currently loaded to the grid.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public int CurrentRowCount { get; }

Property Value

Type Description
Int32

The number of loaded rows.

See Also