A newer version of this page is available.
Switch to the current version.
ImageEditingField.EditValue Property
Overrides the EditingField.EditValue property.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[Browsable(false)]
public override object EditValue { get; set; }
<Browsable(False)>
Public Overrides Property EditValue As Object
Property Value
Type |
---|
Object |
Remarks
This property is intended to hide the corresponding property of the base EditingField class. Use the ImageEditingField.ImageSource property instead.
See Also
Feedback