Returns the
DataStyleSelector key associated to a
GdxColumn Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public string GetCellConditionKey(
GdxColumn column
) |
Visual Basic |
---|
Public Function GetCellConditionKey ( _
column As GdxColumn _
) As String |
JScript |
---|
public function GetCellConditionKey(
column : GdxColumn
) : String |
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
The GdxColumn should be defined in the Columns list
|
See Also