NxDimensionInfo GroupFallbackTitles Property Qlik Sense .NET SDK - API Reference
Array of dimension labels. Contains the labels of all dimensions in a hierarchy group (for example the labels of all dimensions in a drill down group).

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

public IEnumerable<string> GroupFallbackTitles { get; set; }

Property Value

Type: OnlineIEnumerable OnlineString 

Implements

INxDimensionInfo GroupFallbackTitles
See Also