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


In This Topic
    GetDetailsRowCount Method (NTabDetailsPresenter)
    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 NTabDetailsPresenter tries to embed all details into a single tab control placed in a single details row.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetDetailsRowCount( _
       ByVal details As NDetailCollection _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NTabDetailsPresenter
    Dim details As NDetailCollection
    Dim value As System.Integer
     
    value = instance.GetDetailsRowCount(details)
    public override System.int GetDetailsRowCount( 
       NDetailCollection details
    )

    Parameters

    details
    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