CreateCustomCollectionSourceEventArgs.CollectionSource Property
In This Article
Specifies a custom Collection Source to be used by a List View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public CollectionSourceBase CollectionSource { get; set; }
#Property Value
Type | Description |
---|---|
Collection |
A Collection |
See Also