DxContextMenu.ShowAsync Method
Name | Parameters | Description |
---|---|---|
Show |
position | Displays the Context Menu at one of the base positions in relation to the target UI element. |
Show |
e | Displays the Context Menu according to a mouse event’s coordinates. |
Show |
x, y, position | Displays the Context Menu with custom horizontal and vertical offsets from one of the base positions in relation to the target UI element. |
Show |
x, y | Displays the Context Menu at the specified location. |