Type Alias NxAutoSortByStateDef

type NxAutoSortByStateDef = {
    qDisplayNumberOfRows?: number;
}
Index

Properties

qDisplayNumberOfRows?: number

This parameter applies to list objects. If the total number of 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.