IExtendedCurrentSelection Interface
  Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Interface for extended current selections (gives you all the values, not a range as the normal current selection)
Syntax
public interface IExtendedCurrentSelection : IGenericObject, IPropertyContainer, IQixClassBase, IDisposable, IChangeNotifierProperties
| Name | Description | 
|---|---|
| Count | 
           Gets the number of fields in the current selection  | 
      
| FieldNames | 
           Layout for the extended current selection  | 
      
| Layout | |
| Properties | 
Methods
| Name | Description | 
|---|---|
| GetField(String) | 
           Get a field  | 
      
| GetFields() | 
           Get all fields  | 
      
| GetLayoutAsync() | |
| GetPropertiesAsync() | |
| GetSelectedData(Int32, IEnumerable<NxPage>) | 
           Gets selected values for the field  | 
      
| GetSelectedData(String, IEnumerable<NxPage>) | 
           Gets selected values for the field  | 
      
| GetSelectedDataPager(Int32) | 
           Returns a data pager for the values selected from a particular field.  | 
      
| GetSelectedDataPager(String) | 
           Returns a data pager for the values selected from a particular field.  | 
      
| Size(Int32) | 
           Gets the size for the given index in the current selections  | 
      
| Size(String) | 
           Gets the size for the given index in the current selections  |