Class DataGridWithMultipleSelection
  
  
  
  
    Inheritance
    System.Object
    
    DataGridWithMultipleSelection
   
  
  
  Assembly: Sdl.Desktop.Platform.Controls.dll
  
  
    public class DataGridWithMultipleSelection : SortWiseDataGrid
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public DataGridWithMultipleSelection()
   
  Fields
  
  
  
  
  
  
  Declaration
  
    public static readonly DependencyProperty SelectedItemsListProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public IList SelectedItemsList { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.IList |  | 
    
  
  Extension Methods