DxPivotGridListEditor.CollectionSource Property
Returns the Collection Source associated with the current DxPivotGridListEditor.
Namespace: DevExpress.ExpressApp.Blazor.Editors
Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| CollectionSourceBase | An object that provides access to the underlying collection of business objects displayed by the Pivot Grid List Editor. |
Remarks
A Collection Source retrieves a typed collection of objects from an ObjectSpace, stores them in the internal Collection, and supplies this collection to a List View. The Collection Source exposes methods for data access, filtering, sorting, and other operations applied to the underlying collection.
See Also