This object is used to create custom groups of items.
Namespace: Ico.AwxAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public class DataCriteria : ICloneable |
Visual Basic |
---|
Public Class DataCriteria _ Implements ICloneable |
JScript |
---|
public class DataCriteria implements ICloneable |
Remarks
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