Image can be one of the following: Base64 String, Byte array, Uri or ImageSource.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
Object Image { get; set; }
Visual Basic
Property Image As Object
	Get
	Set
JScript
function get Image () : Object
function set Image (value : Object)

See Also