Back to Devexpress

GroupSummarySortInfoCollection.Add(GroupSummarySortInfo) Method

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-groupsummarysortinfocollection-dot-add-x28-devexpress-dot-xtragrid-dot-columns-dot-groupsummarysortinfo-x29.md

latest3.3 KB
Original Source

GroupSummarySortInfoCollection.Add(GroupSummarySortInfo) Method

Appends a GroupSummarySortInfo object to the collection.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public GroupSummarySortInfo Add(
    GroupSummarySortInfo info
)
vb
Public Function Add(
    info As GroupSummarySortInfo
) As GroupSummarySortInfo

Parameters

NameTypeDescription
infoGroupSummarySortInfo

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

|

Returns

TypeDescription
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

AddRange(GroupSummarySortInfo[])

ClearAndAddRange(GroupSummarySortInfo[])

GroupSummarySortInfoCollection Class

GroupSummarySortInfoCollection Members

DevExpress.XtraGrid.Columns Namespace