Back to Devexpress

DXMenuCheckItem Class

windowsforms-devexpress-dot-utils-dot-menu-4d62509a.md

latest2.0 KB
Original Source

DXMenuCheckItem Class

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

Declaration

csharp
public class DXMenuCheckItem :
    DXMenuItem
vb
Public Class DXMenuCheckItem
    Inherits DXMenuItem

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 SchedulerMenuCheckItem

See Also

DXMenuCheckItem Members

DXMenuItem

DXPopupMenu

DXSubMenuItem

Menus

DevExpress.Utils.Menu Namespace