Back to Devexpress

PersistentRepository(IContainer) Constructor

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-persistentrepository-dot-ctor-x28-system-dot-componentmodel-dot-icontainer-x29.md

latest1.4 KB
Original Source

PersistentRepository(IContainer) Constructor

Initializes a new instance of the PersistentRepository class.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public PersistentRepository(
    IContainer container
)
vb
Public Sub New(
    container As IContainer
)

Parameters

NameTypeDescription
containerIContainer

An object which implements the IContainer interface.

|

See Also

PersistentRepository Class

PersistentRepository Members

DevExpress.XtraEditors.Repository Namespace