Returns the
DataDictionary associated to a
GdxColumn Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public DataDictionary GetDictionary(
GdxColumn column
) |
Visual Basic |
---|
Public Function GetDictionary ( _
column As GdxColumn _
) As DataDictionary |
JScript |
---|
public function GetDictionary(
column : GdxColumn
) : DataDictionary |
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
The GdxColumn should be defined in the Columns list
|
See Also