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.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public int CurrentRowCount { get; }

Property Value

Type Description
Int32

The number of loaded rows.

See Also