Back to Devexpress

CardViewHitInfo Properties

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

latest3.4 KB
Original Source

CardViewHitInfo Properties

Contains information about the specified element contained within the Card 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.
InCardHeaderGets whether the test object is within a card header.
InCardRowGets whether the test object is within a card.
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.
InRowGets whether the test object is within a card row.
IsDataAreaGets whether the test object belongs to the area within a card view which is not occupied by cards.
RowHandleGets the handle of a row that contains the test object. Inherited from GridViewHitInfoBase.

See Also

CardViewHitInfo Class

CardViewHitInfo Members

DevExpress.Xpf.Grid Namespace