CollectionSourceBase.GetEnumerable(Boolean) Method
In This Article
Returns a sequence (IEnumerable or IQueryable) that contains objects from the original collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IEnumerable GetEnumerable(
bool wrapNotifications = true
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
wrap |
Boolean | True | true if the returned sequence should implement the INotify |
#Returns
Type | Description |
---|---|
IEnumerable | The sequence that contains objects from the original collection. |
See Also