Data List Hit Test InfoType Property
This read-only property returns the area of the data list at the location or None if there is
nothing at the location.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public DataListHitType Type { get; }VB
Public ReadOnly Property Type As DataListHitType
GetC++
public:
property DataListHitType Type {
DataListHitType get ();
}F#
member Type : DataListHitType with get