Thank you for your feedback! You have rated this topic in the last 30 days.
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:
– Identification property (Visible in object spy)
– Checkpoint property (Visible with checkpoints)
– Accessible in script
Property name
Description
Accessibility
ItemsCount
Returns the integer number of total items.
ItemsFilteredInCount
Returns the integer number of unfiltered items.
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.
This page has encountered an error. We've attempted to send the information to the server.