| UIActionLocation Property |
Where on a page should action item be displayed?
A list-toolbar action is executed on the selected objects in the list (but it may choose to ignore the selection).
A details-toolbar action is executed on the displayed object (but it may choose to ignore it).
A list-contextmenu action is always executed on a single (=the clicked) object.
Namespace:
Omada.OE.Model.UIAction
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic LocationType Location { get; set; }
Property Value
Type:
LocationType
See Also