DevExpress.Xpf.Core.ServerMode Namespace
Contains classes that provide core server-mode functionality for DevExpress WPF controls.
Assembly: DevExpress.Xpf.Core.v24.1.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. |