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

In This Topic
    DataGrid Property (DataGridColumnsHeaderPanel)
    In This Topic
    Returns reference to the owning C1DataGrid control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataGrid As C1DataGrid
    public C1DataGrid DataGrid {get;}
    See Also