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


In This Topic
    GetDetailsRowCount Method (NCustomDetailsPresenter)
    In This Topic
    Given the details that need to be presented, returns the count of detail rows that are needed. Overriden to return 1, as the NCustomDetailsPresenter tries to embed all details into a single tab control placed in a single details row.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetDetailsRowCount( _
       ByVal detailCollection As NDetailCollection _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NCustomDetailsPresenter
    Dim detailCollection As NDetailCollection
    Dim value As System.Integer
     
    value = instance.GetDetailsRowCount(detailCollection)
    public override System.int GetDetailsRowCount( 
       NDetailCollection detailCollection
    )

    Parameters

    detailCollection
    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