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

DevExpress.Xpf.Core.ServerMode Namespace

In This Article

Contains classes that provide core server-mode functionality for DevExpress WPF controls.

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Classes

Name Description
EntityInstantFeedbackDataSource 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.
EntityServerModeDataSource 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.
GetEnumerableEventArgs Provides data for the PLinqInstantFeedbackDataSource.GetEnumerable event.
InstantFeedbackDataSourceBase A base class for EntityInstantFeedbackDataSource and LinqInstantFeedbackDataSource.
LinqInstantFeedbackDataSource 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’).
LinqServerModeDataSource A non-visual component that can be used as a data source for the GridControl, PivotGridControl and SearchLookUpEdit controls in Server Mode. Can be associated with any queryable source.
PLinqInstantFeedbackDataSource A non-visual component that you can use as a PLINQ data source for the GridControl in Instant Feedback Mode. This component supports IEnumerable<T> sources.
PLinqServerModeDataSource A non-visual component that you can use as a PLINQ data source for the GridControl in Server Mode. This component supports IEnumerable<T> sources.
WcfInstantFeedbackDataSource 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 a WCF data service.
WcfInstantFeedbackDataSourceBase A base class for the WcfInstantFeedbackDataSource.
WcfServerModeDataSource A non-visual component that can be used as a data source for the GridControl and SearchLookUpEdit controls in Server Mode. Can be associated with a WCF data service.

#Delegates

Name Description
GetEnumerableEventHandler Represents a method that will handle the PLinqInstantFeedbackDataSource.GetEnumerable event.