Back to Devexpress

PopupMenuShowingEventArgs.InRow Property

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

latest1.5 KB
Original Source

PopupMenuShowingEventArgs.InRow Property

Gets whether the menu is displayed within a row.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public bool InRow { get; }
vb
Public ReadOnly Property InRow As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

InRecordHeader

RecordObject

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace