Back to Devexpress

PLinqInstantFeedbackDataSource Events

wpf-devexpress-dot-xpf-dot-core-dot-servermode-dot-plinqinstantfeedbackdatasource-dot-underscore-events.md

latest1.7 KB
Original Source

PLinqInstantFeedbackDataSource Events

A non-visual component that you can use as a PLINQ data source for the GridControl in Instant Feedback Mode. This component supports IEnumerable<T> sources.

NameDescription
DataContextChangedOccurs when the data context for this element changes. Inherited from FrameworkElement.
DismissEnumerableOccurs when the PLinqInstantFeedbackDataSource no longer needs the source it used to retrieve objects from the data store.
GetEnumerableAllows you to dynamically specify the source collection for PLinqInstantFeedbackDataSource.

See Also

PLinqInstantFeedbackDataSource Class

PLinqInstantFeedbackDataSource Members

DevExpress.Xpf.Core.ServerMode Namespace