The ImageSource of the Image visualized in the cell of the grid if the filter for this object is applied

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also