Skip to main content

RepositoryItemCollection(EditorsRepositoryBase) Constructor

Initializes a new instance of the RepositoryItemCollection class with the specified owner.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RepositoryItemCollection(
    EditorsRepositoryBase owner
)

Parameters

Name Type Description
owner EditorsRepositoryBase

An EditorsRepositoryBase object that is the owner of the created collection.

See Also