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

GetEnumerableEventArgs.Source Property

Gets or sets the enumerable data source.

Namespace: DevExpress.Data.PLinq

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public IEnumerable Source { get; set; }

Property Value

Type Description
IEnumerable

An object that implements the IEnumerable interface.

Remarks

Use this property in a PLinqInstantFeedbackSource.GetEnumerable event handler to supply the required enumerable source to the PLinqInstantFeedbackSource.

See Also