ASPxBinaryImage.Value Property
In This Article
Specifies the editor’s value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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