Back to Devexpress

BinaryImageEditProperties.BinaryStorageMode Property

aspnet-devexpress-dot-web-dot-binaryimageeditproperties-61114978.md

latest2.1 KB
Original Source

BinaryImageEditProperties.BinaryStorageMode Property

Gets or sets a value that specifies the storage of binary data.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(BinaryStorageMode.Default)]
public BinaryStorageMode BinaryStorageMode { get; set; }
vb
<DefaultValue(BinaryStorageMode.Default)>
Public Property BinaryStorageMode As BinaryStorageMode

Property Value

TypeDefaultDescription
BinaryStorageModeDefault

One of the BinaryStorageMode enumeration values.

|

Available values:

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.

|

Remarks

To learn more, see the Binary Storage Configuration topic.

Note

The BinaryStorageMode property synchronizes its value with the editor’s ASPxBinaryImage.BinaryStorageMode property.

See Also

BinaryStorageMode

Binary Image

BinaryImageEditProperties Class

BinaryImageEditProperties Members

DevExpress.Web Namespace