MobileForms Toolkit Documentation

GroupsCollection.Item Property (String)

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

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

Parameters

name
The name of the group in the collection to set or retrieve.

Property Value

An item representing the group with the specified name within the collection.

Remarks

You can use this method to obtain the group with the specified name within the collection. If the name is invalid or cannot be found in collection, property throw ArgumentOutOfRangeException.

See Also

GroupsCollection Class | Resco.Controls.OutlookControls Namespace | GroupsCollection.Item Overload List