MultiQueryItem.Actions Property
Specifies the actions that can be performed over a tree list item.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
MultiQueryItemActions | A MultiQueryItemActions enumeration value. |
Available values:
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. |
See Also