windowsforms-devexpress-dot-utils-dot-menu-4d62509a.md
A menu item that can be checked and unchecked.
Namespace : DevExpress.Utils.Menu
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class DXMenuCheckItem :
DXMenuItem
Public Class DXMenuCheckItem
Inherits DXMenuItem
The following members return DXMenuCheckItem objects:
The DXMenuCheckItem class is a menu item that can be checked and unchecked. The check box displayed by the menu item reflects the current check state. Clicking a check menu item toggles the check state and fires the DXMenuCheckItem.CheckedChanged event.
You can add DXMenuCheckItem to menus (DXPopupMenu and its descendants).
Object DXMenuItem DXMenuCheckItem SchedulerMenuCheckItem
See Also