BaseLayoutItemHitInfo.Item Property
Gets the layout item (regular group or tabbed group) positioned under the test point.
Namespace: DevExpress.XtraLayout.HitInfo
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual BaseLayoutItem Item { get; }
#Property Value
Type | Description |
---|---|
Base |
A Base |
#Remarks
The following table shows which objects are returned in specific cases:
An object returned | The point belongs to: |
---|---|
a regular Layout Item | |
a Layout Groups‘s caption or border. The Base | |
a Tabbed Group‘s header or border. The Base | |
null (Nothing in Visual Basic) | the point is outside the Layout Control |
To get the type of the layout item’s element located under the test point use the BaseLayoutItemHitInfo.HitType property.