RowPosition Enumeration
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
[SerializableAttribute]
public enum RowPosition
<SerializableAttribute>
Public Enumeration RowPosition
[SerializableAttribute]
public enum class RowPosition
[<SerializableAttribute>]
type RowPosition
FirstRow | 0 |
Move to the first row.
|
LastRow | 1 |
Move to the last row.
|
NextRow | 2 |
Move to the next row.
|
PreviousRow | 3 |
Move to the previous row.
|
NewRow | 4 |
Move to the new row. This is only possible if the data list/data navigator allows additions. |