DataListHitTestInfoRow Property

This read-only property returns the zero-based row number at the location or -1 if there is no row at the location.

Definition

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

Property Value

Int32

Remarks

This will only be valid if Type is set to Row or RowHeader

See Also