A newer version of this page is available.
Switch to the current version.
EditParametersContext.RepositoryItemsProvider Property
Specifies an object that provides repository items for editing query parameters.
Namespace: DevExpress.DataAccess.UI.ObjectBinding
Assembly: DevExpress.DataAccess.v18.2.UI.dll
Declaration
public IRepositoryItemsProvider RepositoryItemsProvider { get; set; }
Public Property RepositoryItemsProvider As IRepositoryItemsProvider
Property Value
Type | Description |
---|---|
IRepositoryItemsProvider | An object implementing the IRepositoryItemsProvider interface. |
See Also
Feedback