DataGridView.HitTestType
Wisej.Web.DataGridView HitTestType
public enum HitTestType : EnumPublic Enum HitTestType As [Enum]Fields
Name
Description
Used By
Name
Description
Last updated
Was this helpful?
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 : EnumPublic Enum HitTestType As [Enum]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.
Last updated
Was this helpful?
Was this helpful?

