Skip to main content

LayoutRepositoryItem(RepositoryItem) Constructor

Initializes a new instance of the LayoutRepositoryItem class with the specified repository item.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LayoutRepositoryItem(
    RepositoryItem editor
)

Parameters

Name Type Description
editor RepositoryItem

A RepositoryItem object to be associated with the created layout item. This value is assigned to the LayoutRepositoryItem.RepositoryItem property.

See Also