ListViewCreatingEventArgs.CollectionSource Property
In This Article
Returns the collection source to be used when creating a new List View.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public CollectionSourceBase CollectionSource { get; }
#Property Value
Type | Description |
---|---|
Collection |
A Collection |
#Remarks
Use this property when creating a List View in the XafApplication.ListViewCreating event.
See Also