Represents the collection of items in a DetailView.
For a list of all members of this type, see DetailViewItems Members.
System.Object
System.Collections.CollectionBase
Resco.Controls.DetailView.DetailViewItems
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The Resco.Control.DetailViewItems class encapsulates the items in the DetailView. The items collection of a DetailView can be used to manage some types of items.
You can add items to the collection in several ways. The Add method adds one item to the collection. To insert an item at a specific location within the collection, you can use the Insert method. To remove item in the collection you can use the Remove method.
In addition to methods and properties for adding and removing items, the Resco.Controls.DetailView.DetailViewItems also provides methods to find items within the collection. The Contains method enables you to determine if an item is a member of the collection. Once you know that the item is located within the collection, you can use the IndexOf method to determine where the item is located within the collection.
Namespace: Resco.Controls.DetailView
Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)
DetailViewItems Members | Resco.Controls.DetailView Namespace