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

In This Topic
    DataGrid Property (RiaCollectionView)
    In This Topic
    Gets or sets the data grid.
    Syntax
    'Declaration
     
    
    Public Property DataGrid As C1DataGrid
    public C1DataGrid DataGrid {get; set;}

    Property Value

    The data grid.
    See Also