Skip to main content
A newer version of this page is available. .

PersistentRepository Constructors

Stores repository items to be shared between container controls and components (GridControl, TreeList, RibbonControl, BarManager, etc).
Name Parameters Description
PersistentRepository() none Creates a new PersistentRepository class instance.
PersistentRepository(Component) parentComponent Creates a new PersistentRepository class instance.
PersistentRepository(IContainer) container Initializes a new instance of the PersistentRepository class.
See Also