Skip to main content
All docs
V18.2

ConfigureContext.RepositoryItemsProvider Property

Specifies the provider of repository items for editing query parameters.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public IRepositoryItemsProvider RepositoryItemsProvider { get; set; }

Property Value

Type Description
IRepositoryItemsProvider

An object implementing the IRepositoryItemsProvider interface.

See Also