ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.6.2 Assembly / C1.WPF.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 Object
    public object ItemContext {get; set;}
    See Also