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; }
ReadOnly Property MiniList_RecordCountLimit As Integer
Get
Property Value
Type:
Int32The 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