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

MultiQueryConfigurePage.DeleteQuery(MultiQueryItem) Method

Deletes a specified custom query.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public void DeleteQuery(
    MultiQueryItem item
)

Parameters

Name Type Description
item MultiQueryItem

An object that provides information about an item selected on a wizard page.

See Also