Back to Devexpress

GridViewHitInfoBase Class

wpf-devexpress-dot-xpf-dot-grid-f7374282.md

latest2.0 KB
Original Source

GridViewHitInfoBase Class

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public abstract class GridViewHitInfoBase :
    HitInfoBase<DataViewHitTestVisitorBase>,
    IDataViewHitInfo
vb
Public MustInherit Class GridViewHitInfoBase
    Inherits HitInfoBase(Of DataViewHitTestVisitorBase)
    Implements IDataViewHitInfo

The following members 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.

Inheritance

Object DevExpress.Xpf.Core.HitInfoBase<DevExpress.Xpf.Grid.DataViewHitTestVisitorBase> GridViewHitInfoBase CardViewHitInfo

TableViewHitInfo

TreeListViewHitInfo

GanttViewHitInfo

See Also

GridViewHitInfoBase Members

TableView.CalcHitInfo*

CardView.CalcHitInfo*

DevExpress.Xpf.Grid Namespace