ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class
Properties Methods Events


In This Topic
    DataGridSelection Class Members
    In This Topic

    The following tables list the members exposed by DataGridSelection.

    Public Properties
     NameDescription
    Public PropertyGets the mode that determines how the cells columns or rows will be selected.  
    Public PropertyGets the selected cells.  
    Public PropertyGets the selected columns.  
    Public PropertyGets the selected ranges.  
    Public PropertyGets the selected rows.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the range between fromCell and toCell to the selection. In case the selection mode didn't accept a range the toCell will be selected.  
    Public MethodBegins the update. The changes won't have effect until the EndUpdate method is called.  
    Public MethodClears the selection.  
    Public MethodOverloaded. Ends the update. The pending changes are executed and the corresponding events are raised.  
    Public MethodOverloaded. Removes the specified cell considering selection mode. i.e. if selection mode is single or multi row the whole row containing the specified cell will be removed.  
    Public MethodSelects all the visible cells.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the selection changed.  
    Public EventOccurs when the selection is changing.  
    Top
    See Also