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

DefaultContextMenuItemNames Class

Contains fields that identify context menu items and their containers in the Report Designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll

NuGet Package: DevExpress.Wpf.Reporting

#Declaration

public static class DefaultContextMenuItemNames

#Remarks

The DefaultContextMenuItemNames class contains fields used to identify standard context menu items and report elements (controls, bands, styles, etc.) providing these items. Fields that correspond to report elements have the ContextMenu postfix in their names.

For more information and an example of how to modify a context menu of report elements, refer to the Customizing Context Menus in the Report Designer.

#Inheritance

Object
DefaultContextMenuItemNames
See Also