CollectionSourceBase.GetEnumerable<T>(Boolean) Method
In This Article
Returns a strongly-typed sequence (IEnumerable<T> or IQueryable<T>) that contains objects from the original collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
wrap |
Boolean | True | true if the returned sequence should implement the INotify |
#Type Parameters
Name | Description |
---|---|
T | The type of objects in the sequence. This parameter should match the Collection |
#Returns
Type | Description |
---|---|
IEnumerable<T> | The strongly-typed sequence that contains objects from the original collection. |
See Also