DataListHitType Enumeration
This enumerated type defines the hit test locations for the data list
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
[SerializableAttribute]
[FlagsAttribute]
public enum DataListHitType
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration DataListHitType
[SerializableAttribute]
[FlagsAttribute]
public enum class DataListHitType
[<SerializableAttribute>]
[<FlagsAttribute>]
type DataListHitType
None | 0 |
The location is undefined.
|
Header | 1 |
The location is in the data list's header.
|
Footer | 2 |
The location is in the data list's footer.
|
Navigation | 4 |
The location is in the data list's navigation control area.
|
RowHeader | 8 |
The location is in a row header.
|
Row | 16 |
The location is in a row template.
|
RowOrHeader | 24 |
The location is in a row template or a row header
|