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

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

Syntax

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

Parameters

columnKey
Type: System..::..String
The key of the AwxColumn where to set a dictionary
dictionaryKey
Type: System..::..String
The key of ImageTranslation or the TextTranslation to set

Exceptions

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

See Also