Back to Devexpress

NotifyIconService.ContextMenu Property

wpf-devexpress-dot-xpf-dot-core-dot-notifyiconservice.md

latest1.0 KB
Original Source

NotifyIconService.ContextMenu Property

Gets or sets the notification icon’s context menu. This is a dependency property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public PopupMenu ContextMenu { get; set; }
vb
Public Property ContextMenu As PopupMenu

Property Value

TypeDescription
PopupMenu

An object representing the notification icon’s context menu.

|

See Also

NotifyIconService Class

NotifyIconService Members

DevExpress.Xpf.Core Namespace