Skip to main content

DxContextMenu.ShowAsync Method

Name Parameters Description
ShowAsync(ContextMenuPosition) position Displays the Context Menu at one of the base positions in relation to the target UI element.
ShowAsync(MouseEventArgs) e Displays the Context Menu according to a mouse event’s coordinates.
ShowAsync(Double, Double, ContextMenuPosition) 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.
ShowAsync(Double, Double) x, y Displays the Context Menu at the specified location.