Skip to main content

GetEnumerableEventArgs.Source Property

Gets or sets the enumerable data source.

Namespace: DevExpress.Data.PLinq

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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