Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

EntityServerModeDataSource Events
Show Inherited Hide Inherited

A non-visual component that can be used as a data source for the DevExpress WPF Grid Control, Pivot Grid and SearchLookUpEdit controls in Server Mode. Can be associated with an Entity Framework 4 queryable source.
Name Description
DataContextChanged Occurs when the data context for this element changes. Inherited from FrameworkElement.
ExceptionThrown Enables you to manually handle the database exception.
InconsistencyDetected Enables you to manually handle the inconsistency detected during an operation on a data source.
See Also