[]
Returns true if the data collection can load items on demand.
public static bool CanLoadMoreItems<T>(this IDataCollection<T> dataCollection) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| Type | Description |
|---|---|
| bool |
| Name | Description |
|---|---|
| T |