RowPosition 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: 2023.4.9.0
[SerializableAttribute]
public enum RowPosition

Members

FirstRow0 Move to the first row.
LastRow1 Move to the last row.
NextRow2 Move to the next row.
PreviousRow3 Move to the previous row.
NewRow4 Move to the new row. This is only possible if the data list/data navigator allows additions.

See Also