dashboard-devexpress-dot-dashboardcommon-4c6e8449.md
Lists values that specify the data binding mode for the BoundImageDashboardItem.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum ImageDataBindingMode
Public Enum ImageDataBindingMode
| Name | Description |
|---|---|
BinaryArray |
Identifies a Binary Array binding mode. Use this mode if images are stored in the data source as byte arrays.
|
| Uri |
Identifies a URI binding mode. Use this mode to locate images accessible by a specified URI.
|
The following properties accept/return ImageDataBindingMode values:
Values listed in this enumeration are used to set the BoundImageDashboardItem.DataBindingMode property. To learn more, see the Providing Images topic.
See Also