Expression Editor for WinForms
ItemContext プロパティ (ExpressionEditorCollection)

C1.Win.ExpressionEditor.4.5.2 アセンブリ > C1.Win.ExpressionEditor 名前空間 > ExpressionEditorCollection クラス : ItemContext プロパティ
Gets or sets the object used as the context for evaluating an expression.
シンタックス
'宣言
 
Public Property ItemContext As System.Object
public System.object ItemContext {get; set;}
解説
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.
参照

ExpressionEditorCollection クラス
ExpressionEditorCollection メンバ