Back to Devexpress

DxContextMenu.ShowAsync Method

blazor-devexpress-dot-blazor-dot-dxcontextmenu-dot-showasync.md

latest1.0 KB
Original Source

DxContextMenu.ShowAsync Method

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