ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSortException Class
Members

In This Topic
    DataGridSortException Class
    In This Topic
    This error is raised when SortBy method is called but the collection view is not ready.
    Object Model
    DataGridSortException Class
    Syntax
    'Declaration
     
    
    Public Class DataGridSortException 
       Inherits System.Exception
    public class DataGridSortException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          C1.Silverlight.DataGrid.DataGridSortException

    See Also