LayoutControl.GetGroupAtPoint(Point) Method
In This Article
Returns the group which is located at the specified point.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public LayoutGroup GetGroupAtPoint(
Point p
)
#Parameters
Name | Type | Description |
---|---|---|
p | Point | A Point structure which specifies the test point coordinates relative to the layout control’s top-left corner. |
#Returns
Type | Description |
---|---|
Layout |
A Layout |
See Also