ComponentOne DataGrid for WPF and Silverlight
IsSingleMode Method (DataGridSelectionModeExtension)

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

Parameters

selectionMode
The selection mode.

Return Value

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

Reference

DataGridSelectionModeExtension Class
DataGridSelectionModeExtension Members