SqlEditorId Enum
Lists the editors that can be customized by implementing the ISqlEditorsCustomizationService interface.
Namespace: DevExpress.DataAccess.UI.Sql
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Members
Name | Description |
---|---|
Connection
|
Identifies the Data Connections Editor. |
Query
|
Identifies the Query Editor. |
Remarks
For a code sample, see Invoke and Customize the Query Builder.
See Also