Skip to main content
.NET 6.0+

CreateCustomPropertyCollectionSourceEventArgs.PropertyCollectionSource Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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