DashboardViewer.ContextMenuStrip Property
This property does not affect the Dashboard Viewer.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
[Browsable(false)]
[DXBrowsable(false)]
public override ContextMenuStrip ContextMenuStrip { get; set; }
Property Value
Type | Description |
---|---|
ContextMenuStrip | A ContextMenuStrip object. |
See Also