MobileForms Toolkit Documentation

GroupsCollection.Item Property

Gets or sets the group at the specified index within the collection.

Overload List

Gets or sets the group at the specified index within the collection.

public Group this[int] {get; set;}

Gets or sets the group with the specified name within the collection.

public Group this[string] {get; set;}

See Also

GroupsCollection Class | Resco.Controls.OutlookControls Namespace