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

EditQueryContext Class

Contains settings used to display the Query Builder dialog when the SqlDataSourceUIHelper.EditQuery or SqlDataSourceUIHelper.ManageQueries method is called.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v18.1.UI.dll

Declaration

public sealed class EditQueryContext :
    EditContextBase

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the EditQueryContext class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DevExpress.DataAccess.UI.Sql.EditContextBase
EditQueryContext
See Also