Skip to main content

GridViewHitInfoBase Class

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public abstract class GridViewHitInfoBase :
    HitInfoBase<DataViewHitTestVisitorBase>,
    IDataViewHitInfo

#Returned By

The RowDoubleClickEventArgs.HitInfo property returns an instance of GridViewHitInfoBase.

#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.

#Inheritance

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