Back to Devexpress

GridSummaryItemCollection.Item[Object] Property

windowsforms-devexpress-dot-xtragrid-dot-gridsummaryitemcollection-dot-item-x28-system-dot-object-x29.md

latest1.7 KB
Original Source

GridSummaryItemCollection.Item[Object] Property

Gets a summary item specified by its tag.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public GridSummaryItem this[object tag] { get; }
vb
Public ReadOnly Property Item(tag As Object) As GridSummaryItem

Parameters

NameTypeDescription
tagObject

An object specifying the GridSummaryItem.Tag property value of the required collection item.

|

Property Value

TypeDescription
GridSummaryItem

A GridSummaryItem object representing the summary item whose GridSummaryItem.Tag property matches the parameter value.

|

See Also

GridSummaryItemCollection Class

GridSummaryItemCollection Members

DevExpress.XtraGrid Namespace