Skip to main content

ImageDataBindingMode Enum

Lists values that specify the data binding mode for the BoundImageDashboardItem.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum ImageDataBindingMode

#Members

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.

#Related API Members

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