Back to Devexpress

DevExpress.Xpf.Core.ServerMode Namespace

wpf-devexpress-dot-xpf-dot-core-f4739e0f.md

latest4.7 KB
Original Source

DevExpress.Xpf.Core.ServerMode Namespace

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

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

NuGet Package : DevExpress.Wpf.Core

Classes

NameDescription
EntityInstantFeedbackDataSourceA 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.
EntityServerModeDataSourceA 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.
GetEnumerableEventArgsProvides data for the PLinqInstantFeedbackDataSource.GetEnumerable event.
InstantFeedbackDataSourceBaseA base class for EntityInstantFeedbackDataSource and LinqInstantFeedbackDataSource.
LinqInstantFeedbackDataSourceA 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’).
LinqServerModeDataSourceA 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.
PLinqInstantFeedbackDataSourceA 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.
PLinqServerModeDataSourceA non-visual component that you can use as a PLINQ data source for the GridControl in Server Mode. This component supports IEnumerable<T> sources.
WcfInstantFeedbackDataSourceA 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.
WcfInstantFeedbackDataSourceBaseA base class for the WcfInstantFeedbackDataSource.
WcfServerModeDataSourceA 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

NameDescription
GetEnumerableEventHandlerRepresents a method that will handle the PLinqInstantFeedbackDataSource.GetEnumerable event.