Skip to main content

DataNavigator.Position Property

Gets or sets the position which the data navigator points to in the underlying data source.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int Position { get; set; }

Property Value

Type Description
Int32

A zero-based integer which specifies a position in the underlying data source.

See Also