ImageDataBindingMode Enum
Lists values that specify the data binding mode for the BoundImageDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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