ComponentOne DataGrid for WPF and Silverlight
IsMultiMode Method (DataGridSelectionModeExtension)

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

Parameters

selectionMode
The selection mode.

Return Value

true if this selection mode select more than one element at a time; otherwise, false.
See Also

Reference

DataGridSelectionModeExtension Class
DataGridSelectionModeExtension Members