ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / SelectionManager Property

In This Topic
    SelectionManager Property
    In This Topic
    Gets the selection manager which allow you to manipulate the selection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectionManager As DataGridSelectionManager
    public DataGridSelectionManager SelectionManager {get;}

    Property Value

    The selection manager which allow you to manipulate the selection.
    See Also