Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / PropertyGroupDescription Class / PropertyGroupDescription Constructor / PropertyGroupDescription Constructor(String)
The name of the item property to group on.

In This Topic
    PropertyGroupDescription Constructor(String)
    In This Topic
    Creates a new instance of the PropertyGroupDescription class with the specified item property name.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal propertyName As String _
    )
    public PropertyGroupDescription( 
       string propertyName
    )

    Parameters

    propertyName
    The name of the item property to group on.
    See Also