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

In This Topic
    DataGrid Property (DataGridCellPresenter)
    In This Topic
    Gets the data grid which contains the cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataGrid As C1DataGrid
    public C1DataGrid DataGrid {get;}

    Property Value

    The data grid which contains the cell.
    See Also