ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / ExpressionItemCategory Class / SubCategories Property

In This Topic
    SubCategories Property
    In This Topic
    Gets a collection of subcategories.
    Syntax
    'Declaration
     
    Public ReadOnly Property SubCategories As System.Collections.ObjectModel.ObservableCollection(Of ExpressionItemCategory)
    public System.Collections.ObjectModel.ObservableCollection<ExpressionItemCategory> SubCategories {get;}
    See Also