This object is used to create custom groups of items.

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.306.0 (10.97.306.00)

Collapse imageSyntax

C#
public class DataCriteria : ICloneable
Visual Basic
Public Class DataCriteria _
	Implements ICloneable
JScript
public class DataCriteria implements ICloneable

Collapse imageRemarks

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

Collapse imageInheritance Hierarchy

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

Collapse imageSee Also