Skip to main content
All docs
V23.2

PopupMenuShowingEventArgs.InRecordHeader Property

Gets whether the menu is displayed within a record header.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public bool InRecordHeader { get; }

Property Value

Type Description
Boolean

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

See Also