DXMenuCheckItem Class
In This Article
A menu item that can be checked and unchecked.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public class DXMenuCheckItem :
DXMenuItem
#Related API Members
The following members return DXMenuCheckItem objects:
#Remarks
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).
#Inheritance
Object
DXMenuItem
DXMenuCheckItem
See Also