Back to Devexpress

PLinqInstantFeedbackSource Constructors

corelibraries-devexpress-dot-data-dot-plinq-dot-plinqinstantfeedbacksource-dot-ctor.md

latest2.6 KB
Original Source

PLinqInstantFeedbackSource Constructors

The data source for the GridControl and SearchLookUpEdit that binds these controls to any enumerable source in Instant Feedback Mode.

NameParametersDescription
PLinqInstantFeedbackSource()noneInitializes a new instance of the PLinqInstantFeedbackSource class.
PLinqInstantFeedbackSource(Action<GetEnumerableEventArgs>, Action<GetEnumerableEventArgs>)getEnumerable, freeEnumerableInitializes a new instance of the PLinqInstantFeedbackSource with the specified settings.
PLinqInstantFeedbackSource(Action<GetEnumerableEventArgs>)getEnumerableInitializes a new instance of the PLinqInstantFeedbackSource with the specified settings.
PLinqInstantFeedbackSource(EventHandler<GetEnumerableEventArgs>, EventHandler<GetEnumerableEventArgs>)getEnumerable, freeEnumerableInitializes a new instance of the PLinqInstantFeedbackSource with the specified settings.
PLinqInstantFeedbackSource(EventHandler<GetEnumerableEventArgs>)getEnumerableInitializes a new instance of the PLinqInstantFeedbackSource with the specified settings.

See Also

PLinqInstantFeedbackSource Class

PLinqInstantFeedbackSource Members

DevExpress.Data.PLinq Namespace