Version

xamDataPresenter - Property Reference

xamDataPresenter Test Object Properties Reference

Introduction

This topic provides reference information about the inspectable test object properties of the xamDataPresenter™ controls.

This topic concerns the test object properties of the following controls:

  • xamDataGrid

  • xamDataCarousel

  • xamDataCards

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

A string path identifier representing the current active cell in the following format:

{ROW} [COLUMN]*Example:

First column layout, first row and column named Title :

{0}{0}[Title]

spy.png
checkpoint.png

A string path identifier representing the current active record in the following format:

{FIELD LAYOUT}{RECORD }

Example*:*

First field layout, first record:

{0}{0}

spy.png
checkpoint.png

A string path identifier representing the field of the current active cell {FIELD LAYOUT}{RECORD}[FIELD ]

Example:

First field layout, first record and column named “Title”:

{0}{0}[ Title ]

spy.png
checkpoint.png

The count of the visible rows in the currently active area

spy.png
checkpoint.png
script.png

A delimited string that represents the visible Field identifiers

spy.png
checkpoint.png
script.png

The count of the visible fields in the currently active area

spy.png
checkpoint.png
script.png

(New) Returns the current record count of filtered in records for the ActiveArea.

spy.png
checkpoint.png
script.png

A string representation of the current selected item. The type of the selected item can be one of the following:

  • gridField

  • gridRecord

  • gridCell

spy.png
checkpoint.png

A new-line-delimited list of the paths of all currently selected items

spy.png
checkpoint.png