Back to Devexpress

LinqInstantFeedbackSource Constructors

corelibraries-devexpress-dot-data-dot-linq-dot-linqinstantfeedbacksource-dot-ctor.md

latest2.5 KB
Original Source

LinqInstantFeedbackSource Constructors

The data source for the GridControl and SearchLookUpEdit that binds these controls to any queryable source (‘LINQ to SQL Classes’) in Instant Feedback Mode.

NameParametersDescription
LinqInstantFeedbackSource()noneCreates a new instance of the LinqInstantFeedbackSource.
LinqInstantFeedbackSource(Action<GetQueryableEventArgs>, Action<GetQueryableEventArgs>)getQueryable, freeQueryableInitializes a new instance of the LinqInstantFeedbackSource with the specified settings.
LinqInstantFeedbackSource(Action<GetQueryableEventArgs>)getQueryableInitializes a new instance of the LinqInstantFeedbackSource with the specified settings.
LinqInstantFeedbackSource(EventHandler<GetQueryableEventArgs>, EventHandler<GetQueryableEventArgs>)getQueryable, freeQueryableInitializes a new instance of the LinqInstantFeedbackSource with the specified settings.
LinqInstantFeedbackSource(EventHandler<GetQueryableEventArgs>)getQueryableInitializes a new instance of the LinqInstantFeedbackSource with the specified settings.

See Also

LinqInstantFeedbackSource Class

LinqInstantFeedbackSource Members

DevExpress.Data.Linq Namespace