Click or drag to resize
NxCurrentSelectionItem Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineNxCurrentSelectionItem

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class NxCurrentSelectionItem : INxCurrentSelectionItem

The NxCurrentSelectionItem type exposes the following members.

Constructors
  NameDescription
Public methodNxCurrentSelectionItem
Initializes a new instance of the NxCurrentSelectionItem class
Top
Properties
  NameDescription
Public propertyField
Name of the field that is selected.
Public propertyIsNum
Optional parameter. This parameter is displayed if its value is true. Is set to true if the field is a numeric.
Public propertyLocked
Optional parameter. This parameter is displayed if its value is true. Is set to true if the field is locked.
Public propertyNotSelectedFieldSelectionInfo
Information about the fields that are not selected.
Public propertyOneAndOnlyOne
Optional parameter. This parameter is displayed if its value is true. Property that is set to a field. Is set to true if the field cannot be unselected.
Public propertyRangeInfo
Information about the range of selected values. Is empty if there is no range of selected values.
Public propertySelected
Values that are selected.
Public propertySelectedCount
Number of values that are selected.
Public propertySelectedFieldSelectionInfo
Information about the fields that are selected.
Public propertySelectionThreshold
Maximum values to show in the current selections. The default value is 6.
Public propertySortIndex
Sort index of the field. Indexing starts from 0.
Public propertyStateCounts
Number of values in a particular state.
Public propertyTextSearch
Optional parameter. Text that was used for the search. This parameter is filled when searching for a value and selecting it.
Public propertyTotal
Number of values in the field.
Top
See Also