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.v25.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Remarks
For a WinForms Dashboard Designer, use the DashboardSqlDataSourceUIHelper.CreateEditQueryContext static method to create EditQueryContext
with injected dashboard-related services. Then you can call the SqlDataSourceUIHelper.EditQuery method and pass the context.
Inheritance
Object
DevExpress.DataAccess.UI.Sql.EditContextBase
EditQueryContext
See Also