Back to Devexpress

ASPxBinaryImage.Value Property

aspnet-devexpress-dot-web-dot-aspxbinaryimage-6852b4f3.md

latest1.4 KB
Original Source

ASPxBinaryImage.Value Property

Specifies the editor’s value.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public override object Value { get; set; }
vb
<DefaultValue(Nothing)>
Public Overrides Property Value As Object

Property Value

TypeDefaultDescription
Objectnull

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

Online Demo: Grid - Cell Templates

ASPxBinaryImage Class

ASPxBinaryImage Members

DevExpress.Web Namespace