DXMenuCheckItem.Checked Property
Gets or sets a value indicating whether the menu item is checked.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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