Skip to main content
A newer version of this page is available. .

DevExpress.Xpf.Core.ServerMode Namespace

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

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

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 queryable source.
GetEnumerableEventArgs Provides data for the PLinqInstantFeedbackDataSource.GetEnumerable event.
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.
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 component that can be used as a PLINQ data source for the GridControl in Instant Feedback UI Mode. Can be associated with any IEnumerable source.
PLinqServerModeDataSource A component that can be used as a PLINQ data source for the GridControl in Server Mode. Can be associated with any IEnumerable source.
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.
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.