Row Position Enumeration
This enumerated type defines the fixed row positions that can be used with the
DataList.MoveTo and
DataNavigator.MoveTo methods.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
[SerializableAttribute]
public enum RowPositionVB
<SerializableAttribute>
Public Enumeration RowPositionC++
[SerializableAttribute]
public enum class RowPositionF#
[<SerializableAttribute>]
type RowPositionMembers
| 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. |