Back to Devexpress

EntityInstantFeedbackDataSource Events

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

latest1.8 KB
Original Source

EntityInstantFeedbackDataSource Events

A non-visual component that can be used as a data source for the GridControl in Instant Feedback UI Mode Can be associated with an Entity Framework queryable source.

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

EntityInstantFeedbackDataSource Class

EntityInstantFeedbackDataSource Members

DevExpress.Xpf.Core.ServerMode Namespace