DataNavigatorMoveTo(RowPosition) Method
This method is used to move the focus to the specified fixed row position in the data source
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool MoveTo(
RowPosition position
)
Public Function MoveTo (
position As RowPosition
) As Boolean
public:
bool MoveTo(
RowPosition position
)
member MoveTo :
position : RowPosition -> bool
- position RowPosition
- The position to which the focus is moved
BooleanTrue if the specified position now has the focus or false if the focus could not be set due
to validation failure on the current row.
Before moving to the specified position, the
IsValid property is checked to
ensure that it is safe to move. If it returns false, the focus will stay on the current row.