Initializes a new instance of the TextTranslation class

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

Syntax

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

Parameters

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

See Also