Back to Devexpress

DXEditMenuItem.EditValue Property

windowsforms-devexpress-dot-utils-dot-menu-dot-dxeditmenuitem-419e2cee.md

latest1.3 KB
Original Source

DXEditMenuItem.EditValue Property

Specifies the editor’s value.

Namespace : DevExpress.Utils.Menu

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public object EditValue { get; set; }
vb
Public Property EditValue As Object

Property Value

TypeDescription
Object

An object that is the editor’s value.

|

Remarks

This property’s value types differ based on the editor’s type. For instance, PictureEdit is used to edit the value represented by the System.Drawing.Image object while the TextEdit control edits String values.

See Also

DXEditMenuItem Class

DXEditMenuItem Members

DevExpress.Utils.Menu Namespace