FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

DeForm..::..formWidget Property

Gets or sets the form widget.

Namespace:  FlowWright.cDevDeAPI.Mobile
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public List<FormWidget> formWidget { get; set; }
Public Property formWidget As List(Of FormWidget)
	Get
	Set
public:
property List<FormWidget^>^ formWidget {
	List<FormWidget^>^ get ();
	void set (List<FormWidget^>^ value);
}

Field Value

The form widget.