WorkflowItemPresenter::Item Property

.NET Framework (current version)
 

Gets or sets the current item of the WorkflowItemPresenter control.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property ModelItem^ Item {
	ModelItem^ get();
	void set(ModelItem^ value);
}

Property Value

Type: System.Activities.Presentation.Model::ModelItem^

The ModelItem associated with the WorkflowItemPresenter control.

.NET Framework
Available since 4.0
Return to top
Show: