Skip to main content
Tab

BinaryStorageMode Enum

Specifies the storage for binary data.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum BinaryStorageMode

#Members

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.

#Related API Members

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

#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