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


In This Topic
    AddColumnFilteringCommands Method
    In This Topic
    Adds the column filter commands
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AddColumnFilteringCommands( _
       ByVal menu As NMenu, _
       ByVal column As NColumn _
    ) 
    'Usage
     
    
    Dim instance As NGridContextMenu
    Dim menu As NMenu
    Dim column As NColumn
     
    instance.AddColumnFilteringCommands(menu, column)
    protected virtual void AddColumnFilteringCommands( 
       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