Back to Devexpress

PersistentRepository(Component) Constructor

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

latest1.5 KB
Original Source

PersistentRepository(Component) Constructor

Creates a new PersistentRepository class instance.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public PersistentRepository(
    Component parentComponent
)
vb
Public Sub New(
    parentComponent As Component
)

Parameters

NameTypeDescription
parentComponentComponent

The owner which creates the persistent repository.

|

Remarks

The constructor supports the internal infrastructure. To create a persistent repository, call the constructor without parameters or pass null as parentComponent.

See Also

PersistentRepository Class

PersistentRepository Members

DevExpress.XtraEditors.Repository Namespace