DataGridView.HitTestType
Wisej.Web.DataGridView HitTestType
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies the location in a DataGridView control returned by the method HitTest.
public enum HitTestType : Enum
Fields
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.
Used By
Name
Description
Returns the HitTestType that indicates which part of the DataGridView includes the specified coordinates.
Last updated
Was this helpful?