DataListEventArgsIndex Property

Get the index of the row affected

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int Index { get; }

Property Value

Int32

Remarks

This may be -1 if the item does not yet exist or if the item has been deleted. Also be aware that this index value is for use with the control. Due to additions and deletions, the given index may not refer to the same row indexed in the original data source.

See Also