Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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