Share via


DetailGroup.Add Method

Adds a DetailItem object to a DetailGroup.

Overload List

Name Description
DetailGroup.Add (DetailItem)
Adds the specified DetailItem object to the DetailGroup.
DetailGroup.Add (String)
Initializes a DetailItem object with the specified display text and adds the item to the DetailGroup.
DetailGroup.Add (String, String)
Initializes a DetailItem object with the specified display name and the specified display value, and then adds the object to the DetailGroup.
DetailGroup.Add (Generic ListColumn, TBusinessObject)
Initializes a DetailItem object with the specified ListColumn object and the specified business object, and then adds the object to the DetailGroup.
DetailGroup.Add (String, Generic ListColumn, TBusinessObject)
Initializes a DetailItem object with the specified display name, the specified ListColumn object, and the specified business object. After the DetailItem is initialized, the item is added to the DetailGroup.

See Also

Reference

DetailGroup Class
DetailGroup Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace