LayoutControl.GetItemByRepositoryItem(RepositoryItem, LayoutControlGroup) Method
In This Article
Returns the layout item contained in the specified group and holds the control with the specified repository item.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public LayoutEditItem GetItemByRepositoryItem(
RepositoryItem repositoryItem,
LayoutControlGroup group
)
#Parameters
Name | Type | Description |
---|---|---|
repository |
Repository |
A Repository |
group | Layout |
A Layout |
#Returns
Type | Description |
---|---|
DevExpress. |
A Layout |
See Also