ComponentOne ASP.NET MVC Controls
IPropertyGroupDescription Interface
File
c1.mvc.collections.js
Module
c1.mvc.collections
Implements
IGroupDescription

Options that describes a group operation by property.

Properties

Properties

converter

A callback function that takes an item and a property name and returns the group name. If not specified, the group name is the property value for the item.

Type
Function

propertyName

The property name.

Type
string