Table of Contents

displayIconAndLabel attribute

Specifies whether to show only the icon (false) or to show the icon together with the display value of the discrete entry (true).

Default: false.

Content Type

EnumTrueFalse

Parent

Discreet

Remarks

The behavior of the write control is unchanged: the text is always shown next to the icon (if an icon is configured).

Examples

<Discreet iconRef="DATA" displayIconAndLabel="True">
   <Display>DATA</Display>
   <Value>2</Value>
</Discreet>