Skip to main content
A newer version of this page is available. .

LayoutControl.GetItemByRepositoryItem(RepositoryItem, LayoutControlGroup) Method

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public LayoutEditItem GetItemByRepositoryItem(
    RepositoryItem repositoryItem,
    LayoutControlGroup group
)

Parameters

Name Type
repositoryItem RepositoryItem
group LayoutControlGroup

Returns

Type
DevExpress.XtraLayout.LayoutEditItem
See Also