Skip to main content
A newer version of this page is available. .

CreateCustomCollectionSourceEventArgs.CollectionSource Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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