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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
This property is a wrapper of the BinaryImageEditProperties.StoreContentBytesInViewState property.
See Also