Data List Hit Type 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.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
[SerializableAttribute]
[FlagsAttribute]
public enum DataListHitTypeVB
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration DataListHitTypeC++
[SerializableAttribute]
[FlagsAttribute]
public enum class DataListHitTypeF#
[<SerializableAttribute>]
[<FlagsAttribute>]
type DataListHitTypeMembers
| None | 0x00 | The location is undefined. |
| Header | 0x01 | The location is in the data list's header. |
| Footer | 0x02 | The location is in the data list's footer. |
| Navigation | 0x04 | The location is in the data list's navigation control area. |
| RowHeader | 0x08 | The location is in a row header. |
| Row | 0x10 | The location is in a row template. |
| RowOrHeader | 0x18 | The location is in a row template or a row header |