ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridViewport Class / Columns Property

In This Topic
    Columns Property (DataGridViewport)
    In This Topic
    Gets the collection of columns which are currently in the viewport.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As DataGridColumn()
    public DataGridColumn[] Columns {get;}

    Property Value

    The collection of columns which are currently in the viewport.
    See Also