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

QueryBuilderEditQueryContext.RepositoryItemsProvider Property

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

Namespace: DevExpress.DataAccess.UI.Sql

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

NuGet Packages: DevExpress.DataAccess.UI, DevExpress.Win.Design

Declaration

public IRepositoryItemsProvider RepositoryItemsProvider { get; set; }

Property Value

Type Description
IRepositoryItemsProvider

An object implementing the IRepositoryItemsProvider interface that provides repository items to manage query parameters.

See Also