Back to Devexpress

DefaultContextMenuItemNames Class

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-3d0e4e3e.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public static class DefaultContextMenuItemNames
vb
Public Module 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

DefaultContextMenuItemNames Members

Customize Context Menus in the Report Designer

DevExpress.Xpf.Reports.UserDesigner Namespace