IListObject Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Renders the properties of a list object. Is the layout for ListObjectDef.
For more information about the definition of a list object, see Generic object.
Syntax
[ValueClass]
public interface IListObject : IAbstractStructureProperties
| Name | Description | 
|---|---|
| DataPages | Set of data. Is empty if nothing has been defined in qInitialDataFetch in  JSON property name: qDataPages | 
| DimensionInfo | Information about the dimension. JSON property name: qDimensionInfo | 
| Error | This parameter is optional and is displayed in case of error. JSON property name: qError | 
| Expressions | Lists the expressions in the list object. JSON property name: qExpressions | 
| Size | Defines the size of a list object. JSON property name: qSize | 
| StateName | Name of the alternate state. Default is current selections  JSON property name: qStateName |