MobileForms Toolkit Documentation

TemplateSet Class

TemplateSet is the collection of NodeTemplates.

For a list of all members of this type, see TemplateSet Members.

System.Object
   System.Collections.CollectionBase
      Resco.Controls.AdvancedTree.TemplateSet

public class TemplateSet : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

TemplateSet is derived from CollectionBase and supports Add, Insert and Remove methods. The NodeTemplate can only be in one TemplateSet at a time. Whether the NodeTemplate is in collection can be determined by the Contains method. The index of the template can be determined by the IndexOf method. Template set can be accessed through the indexers by the node template index or name.

You can have more prepared template sets and use them through the Templates property of the AdvancedTree.

Requirements

Namespace: Resco.Controls.AdvancedTree

Assembly: Resco.AdvancedTree.CF3 (in Resco.AdvancedTree.CF3.dll)

See Also

TemplateSet Members | Resco.Controls.AdvancedTree Namespace