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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
[SerializableAttribute]
[FlagsAttribute]
public enum DataListHitType

Members

None0x00 The location is undefined.
Header0x01 The location is in the data list's header.
Footer0x02 The location is in the data list's footer.
Navigation0x04 The location is in the data list's navigation control area.
RowHeader0x08 The location is in a row header.
Row0x10 The location is in a row template.
RowOrHeader0x18 The location is in a row template or a row header

See Also