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