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

NotifyIconService Fields
Show Inherited Hide Inherited

Allows you to place a notification icon (system tray icon) in the Windows notification area and manage its behavior.
Name Description
ContextMenuProperty static Identifies the NotifyIconService.ContextMenu dependency property.
IconProperty static Identifies the NotifyIconService.Icon dependency property.
LeftClickCommandProperty static Identifies the NotifyIconService.LeftClickCommand dependency property.
LeftDoubleClickCommandProperty static Identifies the NotifyIconService.LeftDoubleClickCommand dependency property.
StatesProperty static Identifies the NotifyIconService.States dependency property.
ThemeNameProperty static Identifies the NotifyIconService.ThemeName dependency property.
TooltipProperty static Identifies the NotifyIconService.Tooltip dependency property.
UnregisterOnUnloadedProperty static Identifies the ServiceBase.UnregisterOnUnloaded dependency property. Inherited from ServiceBase.
See Also