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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Ico.Awx..::..DataTranslation
    Ico.Awx..::..TextDataTranslation
      Ico.Awx..::..TextTranslation

See Also