CreateCustomCollectionSourceEventArgs.CollectionSource Property
Specifies a custom Collection Source to be used by a List View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
CollectionSourceBase | A CollectionSourceBase descendant, specifying the custom Collection Source to be used by a List View. |
See Also