Back to Devexpress

GanttViewHitInfo Members

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttviewhitinfo-dot-underscore-members.md

latest9.5 KB
Original Source

GanttViewHitInfo Members

Contains information about the specified element contained within the GanttView.

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 TreeListViewHitInfo.
ConnectorGets a GanttConnector located under the test object.
HitTestGets the visual element located under the test object.
InBandPanelGets whether the test object is within the band panel. Inherited from GridViewHitInfoBase.
InBaselineGets whether the test object is within the baseline.
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.
InConnectorGets whether the test object is within the connector.
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.
InNodeCheckboxGets whether the test object is within a node’s check box. Inherited from TreeListViewHitInfo.
InNodeExpandButtonGets whether the test object is within an expand button. Inherited from TreeListViewHitInfo.
InNodeFooterGets whether the test object is within a node footer. Inherited from TreeListViewHitInfo.
InNodeImageGets whether the test object is within a node’s image. Inherited from TreeListViewHitInfo.
InNodeIndentGets whether the test object is within a node indent. Inherited from TreeListViewHitInfo.
InRowGets whether the test object is within the task row.
InRowCellGets whether the test object is within a data cell. Inherited from TreeListViewHitInfo.
InTaskGets whether the test object is within the task.
InTaskContentGets whether the test object is within the task content.
InTimescaleGets whether the test object is within the timescale.
InTreeListNodeImageObsolete. Gets whether the test object is within a node image. Inherited from TreeListViewHitInfo.
IsDataAreaGets whether the test object belongs to the area within a tree view which is not occupied by tree nodes. Inherited from TreeListViewHitInfo.
Resource
RowHandleGets the handle of a row that contains the test object. Inherited from GridViewHitInfoBase.
StripLineControlGets a StripLineControl located under the test object.

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

GanttViewHitInfo Class

DevExpress.Xpf.Gantt Namespace