This class contains a set of properties that defines the style of a row in the DataGrid. The style is applied to the row when the related AwxFilter is applied as well.

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

Syntax

C#
public sealed class RowCondition : DataStyle
Visual Basic
Public NotInheritable Class RowCondition _
	Inherits DataStyle
JScript
public final class RowCondition extends DataStyle

Inheritance Hierarchy

System..::..Object
  Ico.Awx..::..DataStyle
    Ico.Awx..::..RowCondition

See Also