Back to Devexpress

TableViewHitInfo Properties

wpf-devexpress-dot-xpf-dot-grid-dot-tableviewhitinfo-dot-underscore-properties.md

latest3.3 KB
Original Source

TableViewHitInfo Properties

Contains information about the specified element contained within the Table View.

NameDescription
BandGets a band located under the test object. Inherited from GridViewHitInfoBase.
ColumnGets a column located under the test object. Inherited from GridViewHitInfoBase.
HitTestGets the visual element located under the test object.
InBandPanelGets whether the test object is within the band panel. Inherited from GridViewHitInfoBase.
InColumnHeaderGets whether the test object is within a column’s header. Inherited from GridViewHitInfoBase.
InColumnPanelGets whether the test object is within the column header panel. Inherited from GridViewHitInfoBase.
InFilterPanelGets whether the test object is within the Filter Panel. Inherited from GridViewHitInfoBase.
InGroupColumnGets whether the test object is within a group column. Inherited from GridViewHitInfoBase.
InGroupPanelGets whether the test object is within the Group Panel. Inherited from GridViewHitInfoBase.
InRowGets whether the test object is within a row. Inherited from GridViewHitInfoBase.
InRowCellGets whether the test object is within a data cell.
IsDataAreaGets whether the test object belongs to the area within a table view which is not occupied by rows.
RowHandleGets the handle of a row that contains the test object. Inherited from GridViewHitInfoBase.

See Also

TableViewHitInfo Class

TableViewHitInfo Members

DevExpress.Xpf.Grid Namespace