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

EditorsRepositoryBase Class

Implements the basic functionality of the PersistentRepository component.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

public class EditorsRepositoryBase :
    Component,
    IEditorsRepository

Remarks

The EditorsRepositoryBase class serves as the base for the PersistentRepository component which contains a collection of repository items that can be shared by different controls and components. The ancestor implements repository item collection management functionality providing the EditorsRepositoryBase.Items property for this purpose. The introduced EditorsRepositoryBase.CollectionChanged and EditorsRepositoryBase.PropertiesChanged events allow bound controls to respond to changes affecting the collection or individual items.

See Also