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

In This Topic
    Items Property
    In This Topic
    For internal use only
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As System.Collections.ObjectModel.ObservableCollection(Of ExpressionItem)
    public System.Collections.ObjectModel.ObservableCollection<ExpressionItem> Items {get;}
    See Also