Back to Devexpress

LinqInstantFeedbackDataSource Events

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

latest1.8 KB
Original Source

LinqInstantFeedbackDataSource Events

A non-visual component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Instant Feedback UI Mode. Can be associated with any queryable source (‘LINQ to SQL Classes’).

NameDescription
DataContextChangedOccurs when the data context for this element changes. Inherited from FrameworkElement.
DismissQueryableOccurs when the InstantFeedbackDataSourceBase no longer needs the queryable source it used to retrieve objects from the data store. Inherited from InstantFeedbackDataSourceBase.
GetQueryableOccurs when the InstantFeedbackDataSourceBase needs a queryable source, to retrieve objects from the data store. Inherited from InstantFeedbackDataSourceBase.

See Also

LinqInstantFeedbackDataSource Class

LinqInstantFeedbackDataSource Members

DevExpress.Xpf.Core.ServerMode Namespace