Skip to main content
A newer version of this page is available. .

GridViewHitInfoBase Class

Serves as the base for classes providing information about a particular view element.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v17.2.dll

Declaration

public abstract class GridViewHitInfoBase :
    HitInfoBase<DataViewHitTestVisitorBase>,
    IDataViewHitInfo

The following members accept/return GridViewHitInfoBase objects:

Remarks

GridViewHitInfoBase descendant objects are returned by the corresponding View’s CalcHitInfo method. This method requires the test element as a parameter. To learn more on hit testing, see Hit Information.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GridViewHitInfoBase class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DevExpress.Xpf.Core.HitInfoBase<DevExpress.Xpf.Grid.DataViewHitTestVisitorBase>
See Also