NxAutoSortByStateDef DisplayNumberOfRows Property Qlik Sense .NET SDK - API Reference
This parameter applies to list objects. If the number of selected values in the list object is greater than the value set in qDisplayNumberOfRows, the selected lines are promoted at the top of the list object. If qDisplayNumberOfRows is set to a negative value or to 0, the sort by state is disabled.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public int DisplayNumberOfRows { get; set; }

Property Value

Type: OnlineInt32

Implements

INxAutoSortByStateDef DisplayNumberOfRows
See Also