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

EditDataMemberContext.RepositoryItemsProvider Property

Specifies an object that provides repository items for editing query parameters.

Namespace: DevExpress.DataAccess.UI.ObjectBinding

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

Declaration

public IRepositoryItemsProvider RepositoryItemsProvider { get; set; }

Property Value

Type Description
IRepositoryItemsProvider

An object implementing the IRepositoryItemsProvider interface.

See Also