ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelectionModeExtension Class / IsColumnSelectionMode Method
The selection mode.

In This Topic
    IsColumnSelectionMode Method
    In This Topic
    Determines whether this selection mode select columns.
    Syntax
    'Declaration
     
    
    Public Shared Function IsColumnSelectionMode( _
       ByVal selectionMode As DataGridSelectionMode _
    ) As Boolean
    public static bool IsColumnSelectionMode( 
       DataGridSelectionMode selectionMode
    )

    Parameters

    selectionMode
    The selection mode.

    Return Value

    true if this selection mode select columns; otherwise, false.
    See Also