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

ImageDataBindingMode Enum

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

Namespace: DevExpress.DashboardCommon

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

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.

Remarks

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

See Also