Skip to main content

GroupSummarySortInfoCollection.Item[GridSummaryItem] Property

Gets a GroupSummarySortInfo object specified by its summary item.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GroupSummarySortInfo this[GridSummaryItem summary] { get; }

Parameters

Name Type Description
summary GridSummaryItem

A GridSummaryItem object specifying the GroupSummarySortInfo.SummaryItem property of the required collection item.

Property Value

Type Description
GroupSummarySortInfo

The GroupSummarySortInfo object whose GroupSummarySortInfo.SummaryItem property matches the parameter’s value. null (Nothing in Visual Basic) if no item is found.

See Also