Click or drag to resize
ObjectDataEventArgsTotalRecords Property
Number of total records when paging is used. If value is less than 0, value is calculated as number of rows in Data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public int TotalRecords { get; set; }

Property Value

Type: Int32
See Also