ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / SortDescription Class / PropertyName Property

In This Topic
    PropertyName Property (SortDescription)
    In This Topic
    Gets or sets the property name being used as the sorting criteria.
    Syntax
    'Declaration
     
    
    Public Property PropertyName As String
    public string PropertyName {get; set;}
    See Also