DXMenuCheckItem(String) Constructor
Initializes a new instance of the DXMenuCheckItem class with the specified caption.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
caption | String | A string that specifies the menu item’s caption. This value is assigned to the DXMenuItem.Caption property. |
Remarks
The item created is in the unchecked state.
See Also