This object is used to create custom groups of rows.

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

Syntax

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

Remarks

Usually rows are grouped by "identical value". This means that the rows will be put in the same group if the value in a given column is the same. The name of the group will be the value itself. With Criteria, instead, the rows in a grid will be put in the same group if the AwxFilter specified in the Criteria can be applied to them. The name of the group will be the DisplayText of the Criteria

Inheritance Hierarchy

System..::..Object
  Ico.Awx..::..DataCriteria
    Ico.Awx..::..Criteria

See Also