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

In This Topic
    Columns Property (DataGridCellsRange)
    In This Topic
    Gets the columns that have some cell belonging to this range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As IEnumerable(Of DataGridColumn)
    public IEnumerable<DataGridColumn> Columns {get;}

    Property Value

    The columns.
    See Also