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

ASPxBinaryImage.Value Property

Specifies the editor’s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(null)]
public override object Value { get; set; }

Property Value

Type Default Description
Object *null*

A Object value containing the binary image.

Remarks

Use the Value property to access the image currently contained in the editor. Additionally, you can use the ASPxBinaryImage.ContentBytes property to get or set an array of the bytes representing the image.

See Also