DataListHitTestInfo Class

This is used to contain information about a location within a DataList control such as the row and/or area at a specified location.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public sealed class DataListHitTestInfo
Inheritance
Object    DataListHitTestInfo

Properties

Row This read-only property returns the zero-based row number at the location or -1 if there is no row at the location.
Type This read-only property returns the area of the data list at the location or None if there is nothing at the location.

Methods

Equals This is overridden to compare hit test objects correctly
(Overrides ObjectEquals(Object))
GetHashCode This is overridden to get a hash code for a hit test object
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString This is overridden to convert a hit test object to a string
(Overrides ObjectToString)

Fields

Nowhere This can be used to compare a hit test result to see if it was in an undefined location

See Also