Skip to main content

EditParametersContext.RepositoryItemsProvider Property

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

Namespace: DevExpress.DataAccess.UI.ObjectBinding

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public IRepositoryItemsProvider RepositoryItemsProvider { get; set; }

Property Value

Type Description
IRepositoryItemsProvider

An object implementing the IRepositoryItemsProvider interface.

See Also