Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListColumnHeaderViewInfo Class / VisibleColumns Property


In This Topic
    VisibleColumns Property
    In This Topic
    Gets a list with all the visible columns.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisibleColumns As System.Collections.Generic.List(Of NTreeListColumn)
    'Usage
     
    
    Dim instance As NTreeListColumnHeaderViewInfo
    Dim value As System.Collections.Generic.List(Of NTreeListColumn)
     
    value = instance.VisibleColumns
    public System.Collections.Generic.List<NTreeListColumn> VisibleColumns {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also