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

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

    Parameters

    selectionMode
    The selection mode.

    Return Value

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