ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / PropertyGroupDescription Class / PropertyName Property

In This Topic
    PropertyName Property (PropertyGroupDescription)
    In This Topic
    Gets or sets the name of the item property to group on.
    Syntax
    'Declaration
     
    Public Property PropertyName As System.String
    public System.string PropertyName {get; set;}
    See Also