Skip to main content
A newer version of this page is available. .
Tab

BinaryStorageMode Enum

Specifies the storage for binary data.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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.

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