Back to Devexpress

PopupMenuShowingEventArgs.Row Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-popupmenushowingeventargs-32ba86e4.md

latest1.6 KB
Original Source

PopupMenuShowingEventArgs.Row Property

Gets the row where the popup menu will be displayed.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public BaseRow Row { get; }
vb
Public ReadOnly Property Row As BaseRow

Property Value

TypeDescription
BaseRow

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

|

See Also

RecordIndex

RecordObject

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace