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