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

In This Topic
    CellsPanel Property (DataGridSelectableRowPresenter)
    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