Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NCustomDetailsPresenter Class / CreateDetailsRowCells Method


In This Topic
    CreateDetailsRowCells Method (NCustomDetailsPresenter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function CreateDetailsRowCells( _
       ByVal masterDataSource As NDataSource, _
       ByVal masterRowIndex As System.Integer, _
       ByVal details As NDetailCollection, _
       ByVal detailRowIndex As System.Integer _
    ) As NDetailsCell()
    'Usage
     
    
    Dim instance As NCustomDetailsPresenter
    Dim masterDataSource As NDataSource
    Dim masterRowIndex As System.Integer
    Dim details As NDetailCollection
    Dim detailRowIndex As System.Integer
    Dim value() As NDetailsCell
     
    value = instance.CreateDetailsRowCells(masterDataSource, masterRowIndex, details, detailRowIndex)
    public override NDetailsCell[] CreateDetailsRowCells( 
       NDataSource masterDataSource,
       System.int masterRowIndex,
       NDetailCollection details,
       System.int detailRowIndex
    )

    Parameters

    masterDataSource
    masterRowIndex
    details
    detailRowIndex
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also