Type of navigation.
[Visual Basic]
Public Enum AwNavigateType
[C#]
public enum AwNavigateType
Members
| Member Name |
Description |
| Move | Moves. |
| MoveFirst | Moves to the first. |
| MovePrevious | Moves to the previous. |
| MoveNext | Moves to the next. |
| MoveLast | Moves to the last. |
| Add | Adds. |
| Delete | Deletes. |
| Update | Updates. |
| Sort | Sorts. |
| Search | Searches. |
| ClearSearch | Clears search. |
| CancelEdit | Cancels edit. |
| MoveByListBox | Moves by List Box. |
| UpdateCurrentRow | Updates current row. |
Requirements
Namespace:
Asterworld.Data
Assembly: Asterworld_En (in Asterworld_En.dll)
See Also
Asterworld.Data Namespace