Back to Devexpress

PopupMenuShowingEventArgs.InRecordHeader Property

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

latest1.6 KB
Original Source

PopupMenuShowingEventArgs.InRecordHeader Property

Gets whether the menu is displayed within a record header.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

ShowRecordHeaders

InRow

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace