Gets or sets the item at the specified index within the collection.
Gets or sets the item at the specified index within the collection.
public Item this[int] {get; set;}
Gets or sets the item with the specified name within the collection.
public Item this[string] {get; set;}
DetailViewItems Class | Resco.Controls.DetailView Namespace