This DataTranslation can be used to show images in the cells of the grid when the related filter can be applied

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

Syntax

C#
public class ImageDataTranslation : DataTranslation
Visual Basic
Public Class ImageDataTranslation _
	Inherits DataTranslation
JScript
public class ImageDataTranslation extends DataTranslation

Remarks

The Image is automaticaly resized to ImageTranslationWidth and ImageTranslationHeight

Inheritance Hierarchy

System..::..Object
  Ico.Awx..::..DataTranslation
    Ico.Awx..::..ImageDataTranslation
      Ico.Awx..::..ImageTranslation

See Also