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

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.v18.2.UI.dll

Declaration

RepositoryItem GetRepositoryItem(
    Type type
)

Parameters

Name Type Description
type Type

The type of a parameter to edit.

Returns

Type Description
RepositoryItem

A RepositoryItem object.

See Also