Click or drag to resize
IDimensionLayout Interface

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
public interface IDimensionLayout : IGenericDimensionLayout, 
	IAbstractStructure

The IDimensionLayout type exposes the following members.

Properties
  NameDescription
Public propertyDim
Name and label of the dimension, information about grouping.
(Inherited from IGenericDimensionLayout.)
Public propertyDimInfos
Cardinal and tags related to the dimension. Length of the longest value in the field.
(Inherited from IGenericDimensionLayout.)
Public propertyInfo
Identifier and type of the dimension.
(Inherited from IGenericDimensionLayout.)
Public propertyMeta
Public propertyVersion
Version number. Will default to latest Qlik Sense version if not manually set.
Top
See Also