Sets an DataStyleSelector into a column
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetCellCondition(
GdxColumn column,
string conditionKey
) |
Visual Basic |
---|
Public Sub SetCellCondition ( _
column As GdxColumn, _
conditionKey As String _
) |
JScript |
---|
public function SetCellCondition(
column : GdxColumn,
conditionKey : String
) |
Parameters
- column
- Type: Ico.Gdx..::..GdxColumn
The column where to set a condition
- conditionKey
- Type: System..::..String
The key of the DataStyleSelector to set
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
The column must exist in the GdxGridView columns list
|
System..::..ArgumentNullException | The DataStyleSelector key cannot be null or empty |
See Also