Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a collection of grouping criteria.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Criteria As IList(Of GroupBy)
Get
Set
'Usage
Dim instance As GroupingNode
Dim value As IList(Of GroupBy)
value = instance.Criteria
instance.Criteria = value
public IList<GroupBy> Criteria { get; set; }
Property Value
Type: System.Collections.Generic.IList<GroupBy>
A IList<T> of grouping criteria.