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

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

    Property Value

    The owner data grid.
    See Also