BinaryStorageMode Enum
In This Article
Specifies the storage for binary data.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Default
|
The Cache mode is used if another configuration isn’t defined by the Binary |
Cache
|
Binary data is stored within a cache. |
Session
|
Binary data is stored within a session. |
Custom
|
Custom mode provides for implementing a custom scenario for storing and accessing binary data. |
#Related API Members
The following properties accept/return BinaryStorageMode values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASPx |
|
Binary |
|
Captcha |
|
Web |
|
ASP. |
Chart |
#Remarks
Values listed by this enumerator are used to set the ASPxBinaryImage.BinaryStorageMode property’s value.
To learn more, see the Binary Storage Configuration topic.
See Also