Click or drag to resize
ListboxSelectValues Method

Namespace: Qlik.Sense.Client.Visualizations
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public bool SelectValues(
	IEnumerable<int> values,
	bool toggleMode,
	bool softLock = false
)

Parameters

values
Type: System.Collections.GenericIEnumerableInt32
toggleMode
Type: SystemBoolean
softLock (Optional)
Type: SystemBoolean

Return Value

Type: Boolean

Implements

IListboxSelectValues(IEnumerableInt32, Boolean, Boolean)
See Also