Back to Devexpress

ASPxBinaryImage.StoreContentBytesInViewState Property

aspnet-devexpress-dot-web-dot-aspxbinaryimage-9deb4617.md

latest1.5 KB
Original Source

ASPxBinaryImage.StoreContentBytesInViewState Property

Gets or sets a value that specifies whether the editor’s content (represented by an array of bytes) should be stored within its view state between postbacks.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool StoreContentBytesInViewState { get; set; }
vb
<DefaultValue(False)>
Public Property StoreContentBytesInViewState As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to maintain the editor’s content bytes within view state; otherwise, false.

|

Remarks

This property is a wrapper of the BinaryImageEditProperties.StoreContentBytesInViewState property.

See Also

Binary Image

ASPxBinaryImage Class

ASPxBinaryImage Members

DevExpress.Web Namespace