MoveToPage Action (Specific to Telerik RadGridView for WPF Controls)

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

Opens the specified page of the grid.

Declaration

TestObj.MoveToPage(Page)

TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Page [in]    Required    Integer    
Result None

Applies To

The method is applied to the following object:

View Mode

To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Parameters

The method has the following parameter:

Page

Specifies the zero-based index of the desired page. The wPageCount property indicates the total number of pages.

Result Value

None.

Remarks

The script recorder recognizes mouse clicks on page buttons within the grid and records the MoveToPage command.

See Also

wPageCount Property (Specific to Telerik RadGridView for WPF Controls)
wCurrentPage Property (Specific to Telerik RadGridView for WPF Controls)

Highlight search results