Click or drag to resize
AppFieldGetSelectedSizeAsync Method
Calculates the size of the available Selected data asyncronously

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<ISize> GetSelectedSizeAsync()

Return Value

Type: TaskISize
a Task that retrieves the size of the available data

Implements

IAppFieldGetSelectedSizeAsync
See Also