Back to Devexpress

CardViewHitInfo Members

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

latest6.7 KB
Original Source

CardViewHitInfo Members

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

Fields

NameDescription
HitTestAcceptorProperty staticIdentifies the GridViewHitInfoBase.HitTestAcceptor dependency property. Inherited from GridViewHitInfoBase.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetHitTestAcceptor(DependencyObject) staticGets the value of the GridViewHitInfoBase.HitTestAcceptor attached property for a specified DependencyObject. Inherited from GridViewHitInfoBase.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetHitTestAcceptor(DependencyObject, DataViewHitTestAcceptorBase) staticSets the value of the GridViewHitInfoBase.HitTestAcceptor attached property to a specified DependencyObject. Inherited from GridViewHitInfoBase.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

CardViewHitInfo Class

DevExpress.Xpf.Grid Namespace