ItemGrouping
#include <bb/cascades/ItemGrouping>
Represents different ways of grouping items in a GroupDataModel.
Since:
BlackBerry 10.0.0
Public Types Index
enum Type |
Public Types
Specifies if and how items are grouped.
Since:
BlackBerry 10.0.0
- None
Items are not grouped.
Since:BlackBerry 10.0.0
- ByFirstChar
Items are grouped.
- ByFullValue
Items are grouped.
For QString properties, the entire strings (case insensitive) are used when comparing items for grouping.
Since:BlackBerry 10.0.0