MobileForms Toolkit Documentation

Node.GetTemplate Method 

Gets the current NodeTemplate for this node from chosen TemplateSet.

public NodeTemplate GetTemplate(
TemplateSet ts
);

Parameters

ts
The TemplateSet to get the template from.

Return Value

The NodeTemplate to use.

Remarks

If the template index points to non-existing template, the Default template is returned.

See Also

Node Class | Resco.Controls.AdvancedTree Namespace