Navigator Property
Description
Object used to handle navigation activities in the Grid Control.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property Navigator() As [GridNavigator](XtremeGridControl~GridNavigator.md)
Remarks
Used to navigate the rows and columns in the grid via code. This allows you to perform actions like switching to a specific item and beginning edit mode, or selecting a specific group of rows, etc.
See Also
- TrackControl Control
- BeginEdit Method
- MoveDown Method
- MoveFirstColumn Method
- MoveFirstRow Method
- MoveLastColumn Method
- MoveLastRow Method
- MoveLeft Method
- MovePageDown Method
- MovePageUp Method
- MoveRight Method
- MoveToColumn Method
- MoveToRow Method
- MoveUp Method
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.