LayoutControl.GetItemByControl(Control, LayoutControlGroup) Method
In This Article
Returns the layout item which is contained within the specified group and holds the specified control.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public LayoutControlItem GetItemByControl(
Control control,
LayoutControlGroup group
)
#Parameters
Name | Type | Description |
---|---|---|
control | Control | A Control object which represents the control whose parent layout item is to be returned. |
group | Layout |
A Layout |
#Returns
Type | Description |
---|---|
Layout |
A Layout |
See Also