The condition specifies the condition collection used to generate the style for the row

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public DataStyleSelector Condition { get; set; }
Visual Basic
Public Property Condition As DataStyleSelector
	Get
	Set
JScript
function get Condition () : DataStyleSelector
function set Condition (value : DataStyleSelector)

See Also