DataGridView.HitTestType
Wisej.Web.DataGridView HitTestType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the location in a DataGridView control returned by the method HitTest.
Fields
Used By
Last updated
Wisej.Web.DataGridView HitTestType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the location in a DataGridView control returned by the method HitTest.
Last updated
Name | Description |
---|---|
Name | Description |
---|---|
Cell
A cell in the DataGridView.
ColumnHeader
A column header in the DataGridView.
None
An empty location in the DataGridView.
RowHeader
A row header in the DataGridView.
TopLeftHeader
The top left corner cell in the DataGridView.
Returns the HitTestType that indicates which part of the DataGridView includes the specified coordinates.