ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class / GroupStyle Property

In This Topic
    GroupStyle Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property GroupStyle As Windows.Foundation.Collections.IObservableVector(Of GroupStyle)
    public Windows.Foundation.Collections.IObservableVector<GroupStyle> GroupStyle {get;}
    See Also