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