Click or drag to resize
DocumentDataEventArgsTotalRecords 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.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public int TotalRecords { get; set; }

Property Value

Type: Int32
See Also