BaseLayoutItemHitInfo.HitType Property
Gets the type of the layout item’s element located under the test point.
Namespace: DevExpress.XtraLayout.HitInfo
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public LayoutItemHitTest HitType { get; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
Available values:
Name | Description |
---|---|
None | The test point does not belong to any visual element or is outside the Layout |
Item | The test point belongs to a layout item, group or tabbed group. |
Text |
The test point belongs to a layout item’s text area. |
Controls |
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 Base |
VSizing | A layout item is being or about to be resized vertically. See the Base |
#Remarks
The HitType property identifies the element located under the test point. See the LayoutItemHitTest topic for a list of the available values.