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

    Gets whether the menu is displayed within a row.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public bool InRow { get; }

    Property Value

    Type Description
    Boolean

    true if the menu is displayed within a row; otherwise, false.

    See Also