Click or drag to resize

PageElementPropertiesMiniList_RecordCountLimit Property

The max rows to show when doing a record count. If the result is greater, then this value and the '+' sign are displayed. For best performance, set to same value as RowsPerPage.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int MiniList_RecordCountLimit { get; }

Property Value

Type: Int32
The max rows to show when doing a record count. If the result is greater, then this value and the '+' sign are displayed. For best performance, set to same value as RowsPerPage.
See Also