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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual int ItemIndex { get; }
Public Overridable ReadOnly Property ItemIndex As Integer
Get
public:
virtual property int ItemIndex {
int get ();
}
abstract ItemIndex : int with get
override ItemIndex : int with get
Property Value
Type:
Int32
See Also