Skip to main content
A newer version of this page is available. .

GroupSummarySortInfoCollection.Add(GroupSummarySortInfo) Method

Appends a GroupSummarySortInfo object to the collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public GroupSummarySortInfo Add(
    GroupSummarySortInfo info
)

Parameters

Name Type Description
info GroupSummarySortInfo

A GroupSummarySortInfo object to add to the collection. If null (Nothing in Visual Basic) an exception is raised.

Returns

Type Description
GroupSummarySortInfo

The GroupSummarySortInfo object which was added to the collection. null (Nothing in Visual Basic) if it couldn’t be added to the collection.

Remarks

A GroupSummarySortInfo object cannot be added to the collection in the following cases:

See Also