KaxListViewDataItemDataItemIndex Property |
Gets the index of the data item bound to a control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int DataItemIndex { get; }
Public ReadOnly Property DataItemIndex As Integer
Get
public:
virtual property int DataItemIndex {
int get () sealed;
}
abstract DataItemIndex : int with get
override DataItemIndex : int with get
Return Value
Type:
Int32
An Integer representing the index of the data item in the data source.
Implements
IDataItemContainerDataItemIndex
See Also