[]
Returns true if the data collection supports sorting.
public static bool CanGroup<T>(this IDataCollection<T> dataCollection, string groupPath) where T : class?
Type | Name | Description |
---|---|---|
IDataCollection<T> | dataCollection | The data collection. |
string | groupPath | The path of the data item to which the group would be applied. |
Type | Description |
---|---|
bool |
Name | Description |
---|---|
T |
Returns true if the data collection supports sorting.
public static bool CanGroup<T>(this IDataCollection<T> dataCollection, params GroupDescription[] groupDescriptions) where T : class?
Type | Name | Description |
---|---|---|
IDataCollection<T> | dataCollection | The data collection. |
GroupDescription[] | groupDescriptions | The group descriptions that determine how the data will be grouped. |
Type | Description |
---|---|
bool |
Name | Description |
---|---|
T |