A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(false)]
public bool StoreContentBytesInViewState { get; set; }
<DefaultValue(False)>
Public Property StoreContentBytesInViewState As Boolean
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
Feedback