ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / SelectedColumns Property

In This Topic
    SelectedColumns Property (DataGridSelection)
    In This Topic
    Gets the selected columns.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedColumns As DataGridSelectedItemsCollection(Of DataGridColumn)
    public DataGridSelectedItemsCollection<DataGridColumn> SelectedColumns {get;}

    Property Value

    The selected columns.
    See Also