Back to Devexpress

ImageDataBindingMode Enum

dashboard-devexpress-dot-dashboardcommon-4c6e8449.md

latest1.7 KB
Original Source

ImageDataBindingMode Enum

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

Declaration

csharp
public enum ImageDataBindingMode
vb
Public Enum ImageDataBindingMode

Members

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

Remarks

Values listed in this enumeration are used to set the BoundImageDashboardItem.DataBindingMode property. To learn more, see the Providing Images topic.

See Also

DevExpress.DashboardCommon Namespace