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

In This Topic
    CellsPanel Property
    In This Topic
    Gets the cells panel inside this row presenter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellsPanel As DataGridCellsPanel
    public DataGridCellsPanel CellsPanel {get;}
    See Also