Expression Editor for WinForms | ComponentOne
C1.Win.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;}
    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