Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGridContextMenu Class / AddColumnSortingCommands Method


In This Topic
    AddColumnSortingCommands Method
    In This Topic
    Builds the colunm Sorting commands.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AddColumnSortingCommands( _
       ByVal menu As NMenu, _
       ByVal column As NColumn _
    ) 
    'Usage
     
    
    Dim instance As NGridContextMenu
    Dim menu As NMenu
    Dim column As NColumn
     
    instance.AddColumnSortingCommands(menu, column)
    protected virtual void AddColumnSortingCommands( 
       NMenu menu,
       NColumn column
    )

    Parameters

    menu
    column
    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