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

GroupSummarySortInfoCollection.Remove(GroupSummarySortInfo) Method

Removes the specified GroupSummarySortInfo object from the collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public void Remove(
    GroupSummarySortInfo info
)

Parameters

Name Type Description
info GroupSummarySortInfo

A GroupSummarySortInfo object to remove from the collection.

Remarks

The Remove method does nothing if the specified element isn’t found in the current collection.

See Also