ListObject Class
  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.
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - ListObject
 
 
- 
          AbstractStructure
          
Syntax
[ValueClass]
public class ListObject : AbstractStructure, IDisposable, IListObject, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| ListObject() | Creates an instance of the ListObject class | 
Properties
| 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 |