ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionEditorPanel Class / Categories Property

In This Topic
    Categories Property
    In This Topic
    Gets the expression item categories.
    Syntax
    'Declaration
     
    Public ReadOnly Property Categories As System.Collections.ObjectModel.ObservableCollection(Of ExpressionItemCategory)
    public System.Collections.ObjectModel.ObservableCollection<ExpressionItemCategory> Categories {get;}
    See Also