IRepositoryItemsProvider.GetRepositoryItem(Type) Method
Gets a repository item for editing a parameter of the specified type.
Namespace: DevExpress.DataAccess.UI.Wizard.Services
Assembly: DevExpress.DataAccess.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
RepositoryItem GetRepositoryItem(
Type type
)
#Parameters
Name | Type | Description |
---|---|---|
type | Type | The type of a parameter to edit. |
#Returns
Type | Description |
---|---|
Repository |
A Repository |