ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionEditor Class / ItemContext Property

In This Topic
    ItemContext Property (C1ExpressionEditor)
    In This Topic
    Gets or sets the object used as the context for evaluating an expression.
    Syntax
    'Declaration
     
    Public Property ItemContext As System.Object
    public System.object ItemContext {get; set;}
    See Also