For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataGridView.HitTestInfo

Wisej.Web.DataGridView HitTestInfo

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data about the pointer position in the DataGridView control.

public class HitTestInfo
Public Class HitTestInfo

Properties

Cell

DataGridViewCell: Returns the DataGridViewCell at the specified coordinates.

Column

DataGridViewColumn: Returns the DataGridViewColumn at the specified coordinates.

ColumnIndex

Int32: Returns the index of the column that contains the specified coordinates.

DataGridView

DataGridView: Returns the DataGridView that generate this HitTestInfo instance.

Row

DataGridViewRow: Returns the DataGridViewRow at the specified coordinates.

RowIndex

Int32: Returns the index of the row that contains the specified coordinates

Type

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

Last updated

Was this helpful?