Skip to main content

DXMenuItem(String) Constructor

Initializes a new instance of the DXMenuItem class with the specified caption.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public DXMenuItem(
    string caption
)

Parameters

Name Type Description
caption String

A string that specifies the text displayed by the menu item. This value is assigned to the DXMenuItem.Caption property.

See Also