Skip to main content
A newer version of this page is available. .

IndexChangedEventArgs.NewIndex Property

Gets the index of the currently focused element.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public int NewIndex { get; }

Property Value

Type Description
Int32

A zero-based integer representing the currently focused element’s index.

See Also