Back to Devexpress

BinaryStorageMode Enum

aspnet-devexpress-dot-web-67d237b0.md

latest2.2 KB
Original Source

BinaryStorageMode Enum

Specifies the storage for binary data.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum BinaryStorageMode
vb
Public Enum BinaryStorageMode

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxBinaryImage.BinaryStorageMode
ASPxGaugeControl.BinaryStorageMode
BinaryImageEditProperties.BinaryStorageMode
CaptchaImageProperties.BinaryStorageMode
WebChartControl.BinaryStorageMode
ASP.NET MVC ExtensionsChartControlSettings.BinaryStorageMode

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

DevExpress.Web Namespace