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

CreateCustomPropertyCollectionSourceEventArgs.PropertyCollectionSource Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public PropertyCollectionSource PropertyCollectionSource { get; set; }

Property Value

Type Description
PropertyCollectionSource

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

See Also