ComponentOne DataGrid for WPF and Silverlight
IsRowSelectionMode Method (DataGridSelectionModeExtension)

C1.Silverlight.DataGrid Namespace > DataGridSelectionModeExtension Class : IsRowSelectionMode Method
The selection mode.
Determines whether this selection mode select rows.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function IsRowSelectionMode( _
   ByVal selectionMode As DataGridSelectionMode _
) As System.Boolean
[System.Runtime.CompilerServices.Extension()]
public static System.bool IsRowSelectionMode( 
   DataGridSelectionMode selectionMode
)

Parameters

selectionMode
The selection mode.

Return Value

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

Reference

DataGridSelectionModeExtension Class
DataGridSelectionModeExtension Members