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.

public enum HitTestType : Enum

Fields

NameDescription

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

NameDescription

Returns the HitTestType that indicates which part of the DataGridView includes the specified coordinates.

Last updated