Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPopupMenuInfos Class

The TcxPopupMenuInfos collection represents a container for TcxPopupMenuInfo components.

#Declaration

Delphi
TcxPopupMenuInfos = class(
    TCollection
)

#Remarks

The TcxPopupMenuInfos class stores a collection of menu settings (TcxPopupMenuInfo objects) associated with the TcxGridPopupMenu component.

The TcxPopupMenuInfos class enables you to manipulate menu settings both at design and runtime. At design time, you can use the collection editor of the TcxGridPopupMenu.PopupMenus property to add and delete collection items.

At runtime, you can accomplish this by calling the TcxGridPopupMenu.RegisterPopupMenu and TcxGridPopupMenu.UnregisterPopupMenu methods.

To setup menu settings within the collection at design time, use the collection editor again.

At runtime you can access menu settings via the TcxGridPopupMenu.PopupMenus property.

#Inheritance

See Also