Skip to main content

PopupMenuShowingEventArgs.Row Property

Gets the row where the popup menu will be displayed.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public BaseRow Row { get; }

Property Value

Type Description
BaseRow

A BaseRow object that specifies the row where the popup menu will be displayed.

See Also