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(
	GdxColumn column,
	string dictionaryKey
)
Visual Basic
Public Sub SetDictionary ( _
	column As GdxColumn, _
	dictionaryKey As String _
)
JScript
public function SetDictionary(
	column : GdxColumn, 
	dictionaryKey : String
)

Parameters

column
Type: Ico.Gdx..::..GdxColumn
The column where to set a dictionary
dictionaryKey
Type: System..::..String
The key of the ImageDataTranslation or the TextDataTranslation to set

Exceptions

ExceptionCondition
System..::..ArgumentException The column must exist in the GdxGridView columns list
System..::..ArgumentNullExceptionThe DataDictionary key cannot be null or empty

See Also