Skip to main content
A newer version of this page is available. .

PopupMenuShowingEventArgs.Row Property

Gets the row where the popup menu will be displayed.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

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