Skip to main content
All docs
V24.2

PopupMenuShowingEventArgs.InRecordHeader Property

Gets whether the menu is displayed within a record header.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

Declaration

public bool InRecordHeader { get; }

Property Value

Type Description
Boolean

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

See Also