ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.ExpressionEditor.Engine Namespace / IEngine Interface / ItemContext Property

In This Topic
    ItemContext Property (IEngine)
    In This Topic
    Gets or sets the object used as the context for evaluating an expression.
    Syntax
    'Declaration
     
    Property ItemContext As System.Object
    System.object ItemContext {get; set;}
    Remarks
    If the DataSource property represents collection of objects, then ItemContext usually represents one of items from this collection. In most cases it is done automatically by the ExpressionEditor control and doesn't require any custom code. Please only use this property if you see problems with default behavior.
    See Also