TableView.CalcHitInfo(DependencyObject) Method
Returns information about the specified element contained within the table view.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
A Dependency |
#Returns
Type | Description |
---|---|
Table |
A Table |
#Remarks
The CalcHitInfo method allows you to obtain information about any element contained within the table view. This can be useful when it is required to determine which element of a view a user has clicked or which element is located under the mouse pointer. The CalcHitInfo method returns a TableViewHitInfo object that contains the required information (visual element, its location within a view, etc.).
To learn more, see Hit Information.