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

DXEditMenuItem(String) Constructor

Initializes a new DXEditMenuItem class instance with the specified settings.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public DXEditMenuItem(
    string caption
)

Parameters

Name Type Description
caption String

A string value that specifies the item’s caption. This parameter initializes the DXMenuItem.Caption property.

See Also