ComponentOne DataGrid for WPF and Silverlight
IsColumnSelectionMode Method (DataGridSelectionModeExtension)

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

Parameters

selectionMode
The selection mode.

Return Value

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

Reference

DataGridSelectionModeExtension Class
DataGridSelectionModeExtension Members