MobileForms Toolkit Documentation

TemplateSet Class

TemplateSet is the collection of RowTemplates.

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

System.Object
   System.Collections.CollectionBase
      Resco.Controls.AdvancedList.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 RowTemplate can only be in one TemplateSet at a time. Whether the RowTemplate 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 row template index or name.

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

Requirements

Namespace: Resco.Controls.AdvancedList

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

See Also

TemplateSet Members | Resco.Controls.AdvancedList Namespace