ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.String
    public System.string PropertyName {get; set;}
    See Also