DataListHitType Enumeration

This enumerated type defines the hit test locations for the data list

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
[SerializableAttribute]
[FlagsAttribute]
public enum DataListHitType

Members

None0 The location is undefined.
Header1 The location is in the data list's header.
Footer2 The location is in the data list's footer.
Navigation4 The location is in the data list's navigation control area.
RowHeader8 The location is in a row header.
Row16 The location is in a row template.
RowOrHeader24 The location is in a row template or a row header

See Also