Click or drag to resize
FilterpaneCreateListboxAsync Method (AsyncHandle, String, ListboxProperties)

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 Task<IListbox> CreateListboxAsync(
	AsyncHandle asyncHandle,
	string id = null,
	ListboxProperties properties = null
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
id (Optional)
Type: SystemString
properties (Optional)
Type: Qlik.Sense.Client.VisualizationsListboxProperties

Return Value

Type: TaskIListbox

Implements

IFilterpaneCreateListboxAsync(AsyncHandle, String, ListboxProperties)
See Also