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

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool StoreContentBytesInViewState { get; set; }

Property Value

Type Default Description
Boolean **false**

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