Initializes a new instance of the TextDataTranslation class

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

Syntax

C#
public TextDataTranslation(
	string text
)
Visual Basic
Public Sub New ( _
	text As String _
)
JScript
public function TextDataTranslation(
	text : String
)

Parameters

text
Type: System..::..String
The custom text visualized in the cell of the grid if the AwxFilter for this object is applied

See Also