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

In This Topic
    DataGrid Property (C1RiaAdapter)
    In This Topic
    Gets or sets the data grid to which the adapter control is associated.
    Syntax
    'Declaration
     
    
    Public Property DataGrid As C1DataGrid
    public C1DataGrid DataGrid {get; set;}
    See Also