Click or drag to resize
IFieldDescriptionAlwaysOneSelected Property
If set to true, it means that the field has one and only one selection (not 0 and not more than 1). If this property is set to true, the field cannot be cleared anymore and no more selections can be performed in that field. The default value is false.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
bool AlwaysOneSelected { get; set; }

Property Value

Type: Boolean
See Also