This StatusTranslation can be used to show images in the cells of the grid when the related IFilter can be applied

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

Syntax

C#
public class ImageTranslation : StatusTranslation
Visual Basic
Public Class ImageTranslation _
	Inherits StatusTranslation
JScript
public class ImageTranslation extends StatusTranslation

Remarks

The Image is automaticaly resized to ImageTranslationWidth and ImageTranslationHeight

Inheritance Hierarchy

System..::..Object
  Ico.WPF..::..StatusTranslation
    Ico.WPF..::..ImageTranslation

See Also