TemplateSet is the collection of ItemTemplates.
For a list of all members of this type, see TemplateSet Members.
System.Object
System.Collections.CollectionBase
Resco.Controls.AdvancedComboBox.TemplateSet
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
TemplateSet is derived from CollectionBase and supports Add, Insert and Remove methods. The ItemTemplate can only be in one TemplateSet at a time. Whether the ItemTemplate 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 item template index or name.
You can have more prepared template sets and use them through the Templates property of the AdvancedComboBox.
Namespace: Resco.Controls.AdvancedComboBox
Assembly: Resco.AdvancedComboBox.CF3 (in Resco.AdvancedComboBox.CF3.dll)
TemplateSet Members | Resco.Controls.AdvancedComboBox Namespace