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

In This Topic
    Columns Property (DataGridCellsRangeCollection)
    In This Topic
    Collection of columns that have some cell belonging to some of the contained ranges.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As DataGridSelectedItemsCollection(Of DataGridColumn)

    Property Value

    The columns.
    See Also