This object is used to create custom groups of rows.
Namespace: Ico.WPFAssembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public class Criteria : IRepositoryListItem |
Visual Basic |
---|
Public Class Criteria _ Implements IRepositoryListItem |
JScript |
---|
public class Criteria implements IRepositoryListItem |
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 IFilter
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.WPF..::..Criteria
Ico.WPF..::..Criteria