ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / C1RiaAdapter Class
Members

In This Topic
    C1RiaAdapter Class
    In This Topic
    Adapter control used to bind a RIA domain data source with a C1.Silverlight.DataGrid.C1DataGrid directly from XAML. Useful in MVVM scenarios.
    Object Model
    C1RiaAdapter Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Content", True)>
    Public Class C1RiaAdapter 
       Inherits System.Windows.Controls.ContentControl
    [ContentProperty("Content", true)]
    public class C1RiaAdapter : System.Windows.Controls.ContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.DataGrid.Ria.C1RiaAdapter

    See Also