PopulatedRecordsCount Property
Description
The current number of records displayed in the grid.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property PopulatedRecordsCount() As Integer
Remarks
PopulatedRecordsCount is intended to be used to quickly calculate the number of records that were filtered using the FilterText property.
When FilterText is set to "", then PopulatedRecordsCount will equal GridControl.Records.Count.
The total number of records filtered using the FilterText property is the difference of GridControl.Records.Count minus PopulatedRecordsCount.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.