ITelerikWPFRadGridViewMoveToPage Method |
Sets the specified page as the current page.
Namespace:
SmartBear.TestLeft.TestObjects.WPF.Telerik
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void MoveToPage(
int page
)
Sub MoveToPage (
page As Integer
)
Dim instance As ITelerikWPFRadGridView
Dim page As Integer
instance.MoveToPage(page)
void MoveToPage(
int page
)
Parameters
- page
- Type: SystemInt32
The zero-based index of the page.
Exceptions See Also