Sets an DataDictionary (a status indicator or a text translation) into a column

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SetDictionary(
	string columnKey,
	DataDictionary dictionary
)
Visual Basic
Public Sub SetDictionary ( _
	columnKey As String, _
	dictionary As DataDictionary _
)
JScript
public function SetDictionary(
	columnKey : String, 
	dictionary : DataDictionary
)

Parameters

columnKey
Type: System..::..String
The key of the GdxColumn where to set a dictionary
dictionary
Type: DataDictionary
The ImageDataTranslation or the TextDataTranslation to set

Exceptions

ExceptionCondition
System..::..ArgumentExceptionThe column must exist in the GdxGridView columns list
System..::..ArgumentNullExceptionThe DataDictionary cannot be null

See Also