LayoutRepositoryItem(RepositoryItem) Constructor
Initializes a new instance of the LayoutRepositoryItem class with the specified repository item.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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