Skip to main content

GroupSummarySortInfoCollection.Remove(GroupSummarySortInfo) Method

Removes the specified GroupSummarySortInfo object from the collection.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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