Skip to main content
All docs
V23.2

PopupMenuShowingEventArgs.InRow Property

Gets whether the menu is displayed within a row.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.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