ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectionManager Class / Select Method / Select(DataGridColumn) Method
The column.

In This Topic
    Select(DataGridColumn) Method
    In This Topic
    Selects the specified column.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Select( _
       ByVal column As DataGridColumn _
    ) 
    public void Select( 
       DataGridColumn column
    )

    Parameters

    column
    The column.
    See Also