Back to Devexpress

PopupMenuShowingEventArgs.RecordIndex Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-popupmenushowingeventargs-f3321b15.md

latest1.5 KB
Original Source

PopupMenuShowingEventArgs.RecordIndex Property

Gets the index of a record 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 int RecordIndex { get; }
vb
Public ReadOnly Property RecordIndex As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the record index. -1 if the menu is not displayed within a cell.

|

See Also

Row

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace