Skip to main content
A newer version of this page is available. .

DXMenuCheckItem.Checked Property

Gets or sets a value indicating whether the menu item is checked.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

public bool Checked { get; set; }

Property Value

Type Description
Boolean

true if the menu item is checked; otherwise, false.

Remarks

When the value of the Checked property is changed (either programmatically or by an end-user at runtime) the DXMenuCheckItem.CheckedChanged event fires.

See Also