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

In This Topic
    Columns Property (C1DataGrid)
    In This Topic
    Gets the collection of columns currently present in the grid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As DataGridColumnCollection
    public DataGridColumnCollection Columns {get;}

    Property Value

    The columns.
    See Also