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(
string columnKey
) |
Visual Basic |
---|
Public Sub ClearCellCondition ( _
columnKey As String _
) |
JScript |
---|
public function ClearCellCondition(
columnKey : String
) |
Parameters
- columnKey
- Type: System..::..String
The key of the GdxColumn where to remove the DataStyleSelector
Exceptions
Exception | Condition |
---|
System..::..ArgumentException | The column must exist in the GdxGridView Columns list |
See Also