Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void ClearDictionary(
string columnKey
) |
Visual Basic |
---|
Public Sub ClearDictionary ( _
columnKey As String _
) |
JScript |
---|
public function ClearDictionary(
columnKey : String
) |
Parameters
- columnKey
- Type: System..::..String
The key of the GdxColumn where to remove the DataDictionary
Exceptions
Exception | Condition |
---|
System..::..ArgumentException | The column must exist in the GdxGridView Columns list |
See Also