Version

xamGrid - Property Reference

xamGrid Test Object Properties Reference

Introduction

This topic provides reference information about the inspectable test object properties of the xamGrid™ control.

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 row in the following format:

{COLUMN LAYOUT}{ROW}*Example:

First column layout, first row:

{0}{0}

spy.png
checkpoint.png

A count of all columns in the current active area.

spy.png
checkpoint.png
script.png

A delimited string that represents all column paths in the currently active area.

spy.png
checkpoint.png
script.png

The count of the visible columns in the currently active area.

spy.png
checkpoint.png
script.png

A delimited string that represents the visible column paths in the currently active area.

spy.png
checkpoint.png
script.png

The count of the visible rows in the currently active area.

spy.png
checkpoint.png
script.png