A newer version of this page is available.
Switch to the current version.
MultiQueryItemActions Enum
Lists the actions available for a MultiQueryItem on the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
Members
Name | Description |
---|---|
None | No specific action is enabled for tree list nodes. |
Expand | Enables expanding tree list nodes. |
Add | Enables adding new queries. |
Edit | Enables editing queries. |
Remove | Enables removing queries. |
EditRemove | Enables editing and removing queries. |
Related API Members
The following properties accept/return MultiQueryItemActions values:
See Also
Feedback