Click or drag to resize
NxSelectionInfoMadeSelections Property
Is set to true if the visualization is in selection mode and if some selections have been made while in selection mode. For more information about the selection mode, see BeginSelections method.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public bool MadeSelections { get; set; }

Property Value

Type: Boolean

Implements

INxSelectionInfoMadeSelections
See Also