Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
RepositoryItem

A RepositoryItem object.

See Also