ComponentOne Expression Editor for WPF
ItemContext Property (IEngine)

C1.WPF.ExpressionEditor.4 Assembly > C1.ExpressionEditor.Engine Namespace > IEngine Interface : ItemContext Property
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

Reference

IEngine Interface
IEngine Members