RadControls for WPF

Provides an object for loading, paging, filtering, sorting, and editing entities coming from Entity Framework's ObjectContext.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.EntityFramework (in Telerik.Windows.Controls.EntityFramework.dll) Version: 2013.1.403.40

Syntax

C#
public class RadEntityFrameworkDataSource : Control
Visual Basic
Public Class RadEntityFrameworkDataSource _
	Inherits Control

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Telerik.Windows.Controls..::..RadEntityFrameworkDataSource

See Also