ImageComboBoxEdit.Value Property
In This Article
OBSOLETE
Use the Edit
Gets or sets the editor’s value.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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