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.v26.1.UI.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The type of a parameter to edit. |
Returns
| Type | Description |
|---|---|
| RepositoryItem | A RepositoryItem object. |
See Also