This topic provides information about recordable actions for testing the XamPropertyGrid™ control.
This topic contains the following sections:
Clicking on the Sort properties button.
Clicking on the Categorize properties button.
Filters the visible properties displayed in the property grid to only properties that contain the supplied string.
The following table summarizes the action parameters followed by code examples where applicable.
The only possible exception to this action and the likely reason causing it is:
Filter textbox is not visible.
Select the identified propertygrid item
The following table summarizes the action parameters followed by code examples where applicable.
The following list contains the possible exceptions to this action and the likely reason causing them.
The specified value [sItemString] not a XamPropertyGrid item.
The following item [sItemString] was not found.
Expand the identified property grid item.
The following table summarizes the action parameters followed by code examples where applicable.
The following list contains the possible exceptions to this action and the likely reason causing them.
The specified value [sItemString] not a XamPropertyGrid item.
The following item [sItemString] was not found.
Collapse the identified property grid item.
The following table summarizes the action parameters followed by code examples where applicable.
The following list contains the possible exceptions to this action and the likely reason causing them.
The specified value [sItemString] not a XamPropertyGrid item.
The following item [sItemString] was not found.
Resizing the name column to the supplied width.
The following table summarizes the action parameters followed by code examples where applicable.
None.
Resizing the description area to the supplied height.
The following table summarizes the action parameters followed by code examples where applicable.
None
Perform the supplied command.
The following table summarizes the action parameters followed by code examples where applicable.
The only possible exception to this action and the likely reason causing it is:
The option supplied is not one of the valid options, valid options are [{0}].
Set the value of the identified property.
The following table summarizes the action parameters followed by code examples where applicable.
The only possible exception to this action and the likely reason causing it is:
The specified value [sItemString] not a XamPropertyGrid property item.
Creates an object instance of the appropriate type and assigns it to the expandable propertygrid item.
The following table summarizes the action parameters followed by code examples where applicable.
The only possible exception to this action and the likely reason causing it is:
The specified value [sItem] not a XamPropertyGrid property item.
The following topics provide additional information related to this topic.