Back to Devexpress

CreateCustomPropertyCollectionSourceEventArgs Class

expressappframework-devexpress-dot-expressapp-e4da5974.md

latest1.8 KB
Original Source

CreateCustomPropertyCollectionSourceEventArgs Class

Arguments passed to the XafApplication.CreateCustomPropertyCollectionSource event handler.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CreateCustomPropertyCollectionSourceEventArgs :
    EventArgs
vb
Public Class CreateCustomPropertyCollectionSourceEventArgs
    Inherits EventArgs

CreateCustomPropertyCollectionSourceEventArgs is the data class for the following events:

Remarks

The CreateCustomPropertyCollectionSource event occurs when creating a Collection Source for a nested List View displaying a collection property. Handle this event, to create a custom Collection Source for this nested List View.

Inheritance

Object EventArgs CreateCustomPropertyCollectionSourceEventArgs

See Also

CreateCustomPropertyCollectionSourceEventArgs Members

DevExpress.ExpressApp Namespace