Version

xamPropertyGrid - Properties Reference

XamPropertyGrid Properties Reference

Introduction

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

Properties reference chart

The following table summarizes the control’s test object properties and 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

ItemsCount

Returns the integer number of total items.

spy.png
checkpoint.png
script.png

ItemsFilteredInCount

Returns the integer number of unfiltered items.

spy.png
checkpoint.png
script.png

Table Verification

When performing a standard checkpoint, the returned result contains a table of the current visible menu items, or the root item if the XamPropertyGrid is closed.

Table Verification Definitions

Column name Data type Description

ItemType

System.String

String value representing the type of PropertyGridItem .

Depth

System.Int32

Integer value representing the depth from the top level. Top level items being 0.

Parent

System.String

String value of the parent items DisplayName.

DisplayName

System.String

The display name of the property.

PropertyType

System.String

The data type for the property.

Value

System.Object

The value of the property.

IsFilteredOut

System.Bool

Boolean value (true/false) Indicating if the property was filtered out or not.

IsExpanded

System.Bool

Boolean value (true/false) indicating if the property has children when expanded.