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

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

    Parameters

    selectionMode
    The selection mode.

    Return Value

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