Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridContext Class / VisibleColumns Property


In This Topic
    VisibleColumns Property (DataGridContext)
    In This Topic
    Gets a list of the columns in the context whose Visible property is true, ordered according to their VisiblePosition.
    Syntax
    'Declaration
     
    Public ReadOnly Property VisibleColumns As ReadOnlyColumnCollection
    'Usage
     
    Dim instance As DataGridContext
    Dim value As ReadOnlyColumnCollection
     
    value = instance.VisibleColumns
    public ReadOnlyColumnCollection VisibleColumns {get;}

    Property Value

    A list of columns in the context whose Visible property is true, ordered according to their VisiblePosition.
    Remarks

     

    The value returned by this property corresponds to the value of the VisibleColumns property of the grid or detail configuration that was applied to the detail that is the source of the context.

    Requirements

    Target Platforms: Windows 11, Windows, 10, 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