Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NCustomDetailsPresenter Class / GetDetailsRowCountDelegate Field


In This Topic
    GetDetailsRowCountDelegate Field
    In This Topic
    Delegate for getting the count of detail rows
    Syntax
    'Declaration
     
    
    Public GetDetailsRowCountDelegate As Nevron.Nov.FunctionResult(Of Integer,NCustomDetailsPresenterGetDetailsRowCountArgs)
    'Usage
     
    
    Dim instance As NCustomDetailsPresenter
    Dim value As Nevron.Nov.FunctionResult(Of Integer,NCustomDetailsPresenterGetDetailsRowCountArgs)
     
    value = instance.GetDetailsRowCountDelegate
     
    instance.GetDetailsRowCountDelegate = value
    public Nevron.Nov.FunctionResult<int,NCustomDetailsPresenterGetDetailsRowCountArgs> GetDetailsRowCountDelegate
    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