The creation operation to use for the context, None, ViewFirst (Creates the IView first), ViewModelFirst (creates the IViewModel class first)

Namespace: AppCan.wpf.Contexts
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
WpfContextControllerCreationOp CreationOp { get; set; }
Visual Basic
Property CreationOp As WpfContextControllerCreationOp
	Get
	Set
Visual C++
property WpfContextControllerCreationOp CreationOp {
	WpfContextControllerCreationOp get ();
	void set (WpfContextControllerCreationOp value);
}

See Also