DataListHitType Enumeration
This enumerated type defines the hit test locations for the data list
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
[SerializableAttribute]
[FlagsAttribute]
public enum DataListHitType
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration DataListHitType
[SerializableAttribute]
[FlagsAttribute]
public enum class DataListHitType
[<SerializableAttribute>]
[<FlagsAttribute>]
type DataListHitType
| 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
|