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

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

Syntax

C#
public sealed class TextTranslation : TextDataTranslation
Visual Basic
Public NotInheritable Class TextTranslation _
	Inherits TextDataTranslation
JScript
public final class TextTranslation extends TextDataTranslation

Inheritance Hierarchy

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

See Also