This StatusTranslation can be used to show custom strings in the cells of the grid when the related IFilter can be applied For example it's possible to use this StatusTranslation to show Human Readable strings instead of simple integer values.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Ico.WPF..::..StatusTranslation
    Ico.WPF..::..TextTranslation

See Also