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

In This Topic
    DataGridSortStateTypeConverter Class
    In This Topic
    Converts a string to a DataGridSortState. Used to set a sort state from xaml.
    Object Model
    DataGridSortStateTypeConverter Class
    Syntax
    'Declaration
     
    
    Public Class DataGridSortStateTypeConverter 
       Inherits System.ComponentModel.TypeConverter
    public class DataGridSortStateTypeConverter : System.ComponentModel.TypeConverter 
    Inheritance Hierarchy

    System.Object
       System.ComponentModel.TypeConverter
          C1.WPF.DataGrid.DataGridSortStateTypeConverter

    See Also