Back to Devexpress

BaseLayoutItemHitInfo.HitType Property

windowsforms-devexpress-dot-xtralayout-dot-hitinfo-dot-baselayoutitemhitinfo-17c3a70c.md

latest2.3 KB
Original Source

BaseLayoutItemHitInfo.HitType Property

Gets the type of the layout item’s element located under the test point.

Namespace : DevExpress.XtraLayout.HitInfo

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public LayoutItemHitTest HitType { get; }
vb
Public ReadOnly Property HitType As LayoutItemHitTest

Property Value

TypeDescription
LayoutItemHitTest

A LayoutItemHitTest value that specifies the type of the element located under the test point.

|

Available values:

NameDescription
None

The test point does not belong to any visual element or is outside the LayoutControl.

| | Item |

The test point belongs to a layout item, group or tabbed group.

| | TextArea |

The test point belongs to a layout item’s text area.

| | ControlsArea |

The test point belongs to a control which is located within a layout item.

| | HSizing |

A layout item is being or about to be resized horizontally. See the BaseLayoutItemHitInfo.IsSizing topic.

| | VSizing |

A layout item is being or about to be resized vertically. See the BaseLayoutItemHitInfo.IsSizing topic.

|

Remarks

The HitType property identifies the element located under the test point. See the LayoutItemHitTest topic for a list of the available values.

See Also

BaseLayoutItemHitInfo Class

BaseLayoutItemHitInfo Members

DevExpress.XtraLayout.HitInfo Namespace