Sets an DataDictionary (a status indicator or a text translation) into a column
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetDictionary(
GdxColumn column,
DataDictionary dictionary
) |
Visual Basic |
---|
Public Sub SetDictionary ( _
column As GdxColumn, _
dictionary As DataDictionary _
) |
JScript |
---|
public function SetDictionary(
column : GdxColumn,
dictionary : DataDictionary
) |
Parameters
- column
- Type: Ico.Gdx..::..GdxColumn
The column where to set a dictionary
- dictionary
- Type: DataDictionary
The ImageDataTranslation or the TextDataTranslation to set
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
The column must exist in the GdxGridView columns list
|
System..::..ArgumentNullException | The DataDictionary cannot be null |
See Also