Back to Devexpress

LayoutViewHitInfo Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-viewinfo-dot-layoutviewhitinfo-dot-underscore-properties.md

latest10.5 KB
Original Source

LayoutViewHitInfo Properties

Contains information about a specific point within a Layout View.

NameDescription
ColumnGets a column object located under the test point.
HitCardGets a card object located under the test point.
HitFieldGets a card field object located under the test point.
HitPointGets or sets the test point. Inherited from BaseHitInfo.
HitRectGets the bounds of the current object identified by the LayoutViewHitInfo.HitTest property.
HitTestGets a value identifying the type of visual element located under the test point.
InBoundsGets whether the test point belongs to a Layout View.
InCardGets whether the test point is within a Card.
InCardCaptionGets whether the test point is within a Card Caption.
InCardExpandButtonGets whether the test point is within a Card Expand Button.
InCardsAreaGets whether the test point is within a View’s area where cards can be arranged.
InCarouselModeButtonGets whether the test point belongs to the “Carousel View” button within the Header Panel.
InClientAreaThis member supports the internal infrastructure and is not intended to be used directly from your code.
InCloseZoomButtonGets whether the test point belongs to a View’s Zoom Button.
InColumnModeButtonGets whether the test point belongs to the “One Column” button within the Header Panel.
InCustomizeButtonGets whether the test point belongs to the “Customize” button within the Header Panel.
InFieldGets whether the test point belongs to a Card Field.
InFieldCaptionGets whether the test point belongs to a Card Field Caption.
InFieldFilterButtonGets whether the test point belongs to a Field Filter Button.
InFieldPopupActionAreaGets whether the test point belongs to a Field Filter Button or Field Sort Button.
InFieldSortButtonGets whether the test point belongs to a Field Sort Button.
InFieldValueGets whether the test point belongs to a Card Field Value.
InFilterPanelGets whether the test point belongs to a Filter Panel.
InFooterAreaThis member supports the internal infrastructure and is not intended to be used directly from your code.
InHeaderAreaGets whether the test point belongs to the Header Panel.
InHeaderButtonsGets whether the test point belongs to any button within the Header Panel.
InLayoutItemGets whether the test point is within any card’s item, except card fields.
InMultiColumnModeButtonGets whether the test point belongs to the “Multiple Columns” button within the Header Panel.
InMultiRowModeButtonGets whether the test point belongs to the “Multiple Rows” button within the Header Panel.
InPanButtonGets whether the test point belongs to the “Panning” button within the Header Panel.
InRowModeButtonGets whether the test point belongs to the “One Row” button within the Header Panel.
InSingleModeButtonGets whether the test point belongs to the “One Card” button within the Header Panel.
InViewCaptionGets whether the test point belongs to the View Caption.
IsValidGets a value indicating whether the hit information supplied by this object is valid. Inherited from BaseHitInfo.
LayoutItemGets a card layout item located under the test point.
MasterTabRelationIndexGets or sets the relation index of the master tab that is located under the test point. Inherited from BaseHitInfo.
RowHandleGets a row handle that identifies the card containing the test point.
ViewGets or sets the LayoutView located under the test point.
VisibleIndexGets the visual position of the card that contains the test point.

See Also

LayoutViewHitInfo Class

LayoutViewHitInfo Members

DevExpress.XtraGrid.Views.Layout.ViewInfo Namespace