Click or drag to resize
INxVariableProperties Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface INxVariableProperties : IAbstractStructure

The INxVariableProperties type exposes the following members.

Properties
  NameDescription
Public propertyIncludeInBookmark
Set this property to true to update the variable when applying a bookmark. The value of a variable can affect the state of the selections. The default value is false.
Public propertyName
Name of the variable
Public propertyNumberPresentation
Defines the format of the value of a variable.
Public propertyPreDefinedList
List of enumerations. This property is used if qUsePredefListedValues is set to true.
Public propertyUsePredefListedValues
The value of a variable can be an enumeration. Set this property to true to reflect the predefined values in an enumeration.
Top
See Also