Skip to main content
All docs
V25.1
  • PopupMenuShowingEventArgs.RecordIndex Property

    Gets the index of a record where the popup menu will be displayed.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public int RecordIndex { get; }

    Property Value

    Type Description
    Int32

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

    See Also