Click or drag to resize
GridItemItemIndex Property
Gets the index of the grid item among the Items collection. This index also can be used to get the DataKeyValues corresponding to this item from a GridTableView.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual int ItemIndex { get; }

Property Value

Type: Int32
See Also