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

ImageComboBoxEdit.Value Property

OBSOLETE

Use the EditValue property instead.

Gets or sets the editor’s value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("Use the EditValue property instead.")]
public virtual object Value { get; set; }

Property Value

Type Description
Object

The object representing the edit value.

Remarks

The Value property is obsolete and provided for backward compatibility with earlier versions of the control.

Value matches the value of the ImageComboBoxEdit.EditValue property. See this topic for more information.

See Also