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(
string columnKey,
DataStyleSelector condition
) |
| Visual Basic |
|---|
Public Sub SetCellCondition ( _
columnKey As String, _
condition As DataStyleSelector _
) |
| JScript |
|---|
public function SetCellCondition(
columnKey : String,
condition : DataStyleSelector
) |
Parameters
- columnKey
- Type: System..::..String
The key of the GdxColumn where to set a condition
- condition
- Type: DataStyleSelector
The DataStyleSelector to set
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException | The column must exist in the GdxGridView columns list |
| System..::..ArgumentNullException | The DataStyleSelector cannot be null |
See Also