Back to Devexpress

GroupSummarySortInfoCollection.Item[GridSummaryItem] Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-groupsummarysortinfocollection-dot-item-x28-devexpress-dot-xtragrid-dot-gridsummaryitem-x29.md

latest2.2 KB
Original Source

GroupSummarySortInfoCollection.Item[GridSummaryItem] Property

Gets a GroupSummarySortInfo object specified by its summary item.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public GroupSummarySortInfo this[GridSummaryItem summary] { get; }
vb
Public ReadOnly Property Item(summary As GridSummaryItem) As GroupSummarySortInfo

Parameters

NameTypeDescription
summaryGridSummaryItem

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

|

Property Value

TypeDescription
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

GroupSummarySortInfoCollection Class

GroupSummarySortInfoCollection Members

DevExpress.XtraGrid.Columns Namespace