aspnet-devexpress-dot-web-67d237b0.md
Specifies the storage for binary data.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum BinaryStorageMode
Public Enum BinaryStorageMode
| Name | Description |
|---|---|
Default |
The Cache mode is used if another configuration isn’t defined by the BinaryStorageConfigurator.Mode field.
|
| 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.
|
The following properties accept/return BinaryStorageMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxBinaryImage.BinaryStorageMode |
| ASPxGaugeControl.BinaryStorageMode | |
| BinaryImageEditProperties.BinaryStorageMode | |
| CaptchaImageProperties.BinaryStorageMode | |
| WebChartControl.BinaryStorageMode | |
| ASP.NET MVC Extensions | ChartControlSettings.BinaryStorageMode |
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