Skip to main content

DXMenuCheckItem Class

A menu item that can be checked and unchecked.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v24.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public class DXMenuCheckItem :
    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

See Also