Version

xamEditors - Property Reference

xamEditors Test Object Properties Reference

Introduction

This topic provides reference information about the test object properties of the xamEditors that are common to all these editors. For information about the editor-specific properties for a particular editor, see its respective topic. (Listed in the

lock at the bottom.)

Properties reference chart

The table below summarizes the control’s test object properties and the tools with which you can inspect them.

Legend:

spy.png – Identification property (Visible in object spy)

checkpoint.png – Checkpoint property (Visible with checkpoints)

script.png – Accessible in script

Property name Description Accessibility

The display text.

Note
Note:

The display text is only used when the editor is not in edit mode.

spy.png
checkpoint.png

True if the editor has a drop-down

spy.png

Determines if the content has changed while in edit mode

Note
Note:

This property is reset to False when the editor leaves edit mode.

spy.png

True if the editor’s drop-down is currently opened

spy.png

True if the editing of the editor is allowed

spy.png

True if the editor is currently in EditMode

spy.png

True if the editor’s value can be set to Null

spy.png

whether the user is allowed to modify the value in the editor

False is the default value.

Note
Note:

The value can be modified via Set action.

spy.png

True if the current value of the editor is valid

spy.png

The text to be displayed when the value of the editor is null and the editor is not in edit mode.

Default value is an empty string.

spy.png

The value of the editor as text.

spy.png
checkpoint.png
script.png

The value of the editor.

spy.png
checkpoint.png
script.png

The fully qualified name of the value type the editor expects.

spy.png