Decoded image that is shown in the DataGrid.

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

Syntax

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

Implements

IDataGridCell..::..Image

See Also