Skip to main content
.NET 6.0+

CreateCustomCollectionSourceEventArgs.CollectionSource Property

Specifies a custom Collection Source to be used by a List View.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CollectionSourceBase CollectionSource { get; set; }

Property Value

Type Description
CollectionSourceBase

A CollectionSourceBase descendant, specifying the custom Collection Source to be used by a List View.

See Also