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.v26.1.dll

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